Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Why is the null predicate called null, not nullp?

lisp common-lisp

How to configure quicklisp for offline use?

lisp common-lisp quicklisp

Compiled dynamic language

Clojure Method Missing

java ruby clojure lisp

lib names inside prefix lists must not contain periods

Generating Fibonacci series in Lisp using recursion?

recursion lisp clisp

Lisp - Logical operators

Why does using cons to create a pair of two lists produce a list and two elements?

lisp scheme racket

Why do I get NPE in the following code?

clojure lisp macros

Lisp influence on on Factor programming language?

Lisp macro (or function) for nested loops

Order of evaluation in emacs lisp

Unexpected persistence of data [duplicate]

Lisp: same mathematical function evaluates to different values at different time?

lisp common-lisp

How to declare a function before its definition in common lisp?

lisp common-lisp

C++ code and objects from C?

c++ c lisp

Newbie question about Lisp and Packages

(define (average ....)) in Lisp

lisp scheme racket

Can one safely ignore the difference between a macro and a built-in?

macros clojure lisp

Do any lisps have a s-expression as their head, e.g. ((f 2) 3 4)? If not, why?