Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How do I send an attachment with an email in Racket?

email smtp lisp scheme racket

Define my own read macro

clojure - resolve a symbol inside let

clojure lisp

Is it close paren, closed paren, or closing paren?

lisp parentheses

Option or Command key as Meta key for LispBox on Macintosh

emacs lisp

What is the difference between procedure and #'procedure in Lisp/Clojure?

lisp clojure

Lisp: CHAR is neither declared nor bound

emacs lisp common-lisp slime

Applying the Y-Combinator to a recursive function with two arguments in Clojure?

Why does (list 'quote 'x) evaluate to 'x and not ('x) or (quote 'x)?

What is a good platform for building a game framework targeting both web and native languages? [closed]

javascript c++ flash opengl lisp

Do property lists in Common Lisp refer to some global state?

lisp common-lisp sbcl

What varieties of LISP are there? [closed]

lisp

Debugging Lisp & SLIME, error "Cannot find source location"

Are there any fairly mature Lisp/Scheme/Clojure compilers for .Net CLR?

.net clojure lisp clr scheme

why defun is not the same as (setq <name> <lambda>)?

lisp common-lisp sbcl

To what extent are macros "functions in reverse?"

haskell macros lisp scheme

Please advise on Ruby vs Python, for someone who likes LISP a lot

python ruby lisp

Is there a command to halt the interpreter in Common Lisp?

lisp common-lisp

Common Lisp Parallel Programming

Executing a shell command from Common Lisp

bash shell lisp exec common-lisp