Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How many primitives does it take to build a LISP machine? Ten, seven or five?

Where to learn how to practically use Common Lisp [closed]

lisp common-lisp

How to make a Clojure function take a variable number of parameters?

LET versus LET* in Common Lisp

lisp common-lisp

What is the best Scheme or LISP implementation for OS X? [closed]

macos lisp scheme racket

Function pointers, Closures, and Lambda

Using Vim for Lisp development

vim ide lisp common-lisp

What are the actual differences between Scheme and Common Lisp? (Or any other two dialects of Lisp)

What does "my other car is a cdr" mean?

lisp cons cdr

Python vs. Ruby for metaprogramming [closed]

How do I configure emacs for editing HTML files that contain Javascript?

javascript html emacs lisp

Which dialect of Lisp should I learn? [closed]

lisp dialect

Clojure vs other Lisps [closed]

What is the difference between Lisp-1 and Lisp-2?

clojure lisp lisp-2

Is it feasible to do (serious) web development in Lisp? [closed]

lisp

In Emacs Lisp, how do I check if a variable is defined?

emacs lisp elisp

Haskell, Lisp, and verbosity [closed]

What's so great about Lisp? [closed]

lisp

Is a statically-typed full Lisp variant possible?

When to use ' (or quote) in Lisp?

lisp quote