Lisp is a family of general purpose programming languages, influenced by the lambda calculus, and with the ability to manipulate source code as a data structure.
A friend of mine drew my attention the welcome message of 4th European Lisp Symposium: ... implementation and application of any …
javascript lisp ecma262In Common Lisp you can do this: (defun foo (bar &key baz quux) (list bar baz quux)) (foo 1 :quux 3 :…
binding clojure lisp common-lisp params-keywordI am byte-compiling a module. It gives me this warning: Warning: cl package required at runtime Why is this a …
emacs lisp common-lispI'm getting into some Lisp, and I've come across various different functions that to me appear to be doing the …
printing output lisp common-lispCould somebody explain what an "improper list" is? Note: Thanks to all ! All you guys rock!
functional-programming erlang lisp schemeOr the basic work need to do to create a GUI. I know the basic Components of GUI, but where …
user-interface lisp racket htdpThere are languages other than Lisp (ruby, scala) that say they use REPL (Read, Eval, Print, Loop), but it is …
scala programming-languages lisp read-eval-print-loop