Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clisp

Why does (list 'quote 'x) evaluate to 'x and not ('x) or (quote 'x)?

Issue of quicklisp with clisp on Windows 7

Differentiate between a list and an atom in common lisp

algorithm common-lisp clisp

Comparing lists in Lisp

lisp common-lisp clisp

Discovering the "Core" Entities and Macros of Common Lisp

macros lisp common-lisp clisp

In LISP is it possible to access a function's form?

What are the magic variables in CLISP's REPL?

Quicklisp Cannot Install LIBSSL for Hunchentoot

common-lisp clisp quicklisp

EVAL: undefined function DEFINE

lisp clisp

Mapcar and assoc

lisp common-lisp clisp

how does one compile a clisp program which uses cl-ppcre?

lisp common-lisp clisp

Lisp: Why and how does '(nil nil) evaluate to true?

lisp clisp

Determining a supertype path

What's the best way to sort a hashtable by value?

lisp clisp

Understanding function `tailp` in Common Lisp

lisp common-lisp sbcl clisp

How to unload a lisp file in CLisp REPL?

common-lisp clisp

Updating to ASDF 3.x in CLISP

macos common-lisp clisp asdf

Why is #' (sharp-quote) notation unnecessary in CLISP?

lisp common-lisp clisp

how to get 64 bit integer in common lisp?

lisp common-lisp bit clisp