Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What is the fastest scheme implementation?

lisp scheme

Clarify Perlis dictum, "LISP programmers know the value of everything and the cost of nothing."

lisp

Function that is always evaluated to t (or any value)

lisp common-lisp predicate

Why can't CLISP call certain functions with uninterned names?

lisp common-lisp sbcl clisp

What does parallel binding mean in Clojure

clojure lisp

Using lisp code in maxima

When to use defparameter instead of setf?

Emacs: can I limit a number of lines in a buffer

debugging emacs lisp elisp

What's the idiomatic way of calling a function with many arguments?

coding-style lisp

Cond definition in scheme

Listing currently bound global variables in lisp

How can I pass a super-class object to a sub-class constructor?

lisp common-lisp clos

case and quotation in scheme & racket

scheme lisp racket

Lisp - Print out () instead of nil for empty list

lisp common-lisp

Reading structures with typed slots in SBCL

scheme aliases for macros

clojure macros scheme lisp

SICP 1.45 - Why are these two higher order functions not equivalent?

How much lisp to implement in C before writing extension in itself?

Difference in function evaluation between Scheme and Elisp [duplicate]

emacs scheme lisp elisp

Understanding bound and free variables in LISP

scope lisp sicp