Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What's the corresponding standard function of atoi in clisp?

lisp common-lisp clisp

Lisp function: union

lisp common-lisp clisp

Flat evaluation of Lisp s-expressions

c lisp eval s-expression

Wait for a keypress in clojure

java input clojure lisp seesaw

lisp sort list via function

list function sorting lisp

Giving a symbol a negative value in lisp

lisp clisp

'cdadr' on nested data list in lisp

lisp common-lisp

Quicksort in LISP

lisp common-lisp quicksort

Structuring large Lisp applications

How Scheme evaluates the man or boy test?

How to create a common lisp (SBCL) vector of a particular type for usage in a usocket?

arrays lisp common-lisp

Does SBCL for lisp handle scope differently? It does not seem to pass scope into called functions?

scope lisp common-lisp sbcl

What's the semantic difference between the backtick and quote symbols in Common Lisp?

lisp common-lisp semantics

Data Structures in Scheme

Multiple lines comments in Scheme (RnRS)

exp in SBCL is wrong?

lisp sbcl

How to assign multiple constants within one macro call

macros lisp common-lisp

Print output into a file or not print output?

lisp common-lisp

How to start programming with SLIME and Steel Bank Common Lisp on Windows 7 x64?

emacs lisp common-lisp slime

Once compiled, can a program hypothetically run without ever calling eval?

macros clojure lisp eval