Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

common lisp: how can a macro define other methods/macros with programmatically generated names?

macros lisp common-lisp

Lisp unit tests for macros conventions and best practices

How to use packages installed by quicklisp?

Why is the recursive function performing better than the iterative function in elisp?

recursion lisp elisp

How Functional language are different from the language implementation point of view

Running SICP Pattern Matching Rule Based Substitution Code

lisp scheme racket sicp

Automatic differentiation library in Scheme / Common Lisp / Clojure

Recursion over a list of s-expressions in Clojure

LISP In Small Pieces - best LISP environment to run code in?

lisp scheme common-lisp racket

reduce, or explicit recursion?

coding-style lisp

Strange Lisp Quoting scenario - Graham's On Lisp, page 37

How to git push using git-emacs?

git emacs lisp

What are those math functions end with apostrophe in Clojure?

Can I Easily Use Lisp Without Emacs?

lisp common-lisp

What does this xkcd code do?

lisp scheme

Is there any limit to recursion in lisp?

recursion lisp common-lisp

What is the relationship between a Lisp "association list" and a key-value mapping like Java's Map?

Reload .emacs for all active buffers

Compose example in Paul Graham's ANSI Common Lisp

Why doesn't a LISP defun require a quote before its parameter argument?

lisp common-lisp sbcl