Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Retrieve keys from hash-table, sorted by the values, efficiently

emacs lisp elisp

Return to top-level call of a recursive function in Lisp

Can't call functions defined in macro with names generated by make-symbol

emacs macros lisp elisp

Lisp reversing all continuous sequences of elements

list lisp common-lisp

reversing list in Lisp

lisp common-lisp flags

How do I bind a regular expression to a key combination in emacs?

regex emacs lisp

Programming Language for Berkeley Overmind Starcraft AI competition [closed]

Circumflex accent before c IN LISP

lisp autocad autolisp

Function designators unloved?

lisp common-lisp quote

Lisp / Clojure: Is it a good idea to write function generating macros?

Negative infinity in Lisp

lisp fixnum

Does Mac OS X come with a Lisp environment built in with Emacs?

macos ide lisp common-lisp

What's the purpose of macros?

scala macros lisp

What is the difference between encapsulation and closure?

scheme closures lisp

How do I format the digit precision of my REPL output in Lisp?

I need to join two lists, sort them and remove duplicates. Is there a better way to do this?

algorithm sorting lisp list

Help in designing a small Unit Test Macro in Clojure

Write/read a Common Lisp (SBCL) hash-table, or alternative

In LISP how to inspect free variables in a closure?

How can I avoid using the stack with continuation-passing style?