Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

how do I use a function as a variable in lisp?

lisp common-lisp

Common Lisp dotimes result mystery

loops common-lisp

How could I implement the push macro?

macros common-lisp

How do I access a class object stored in an array?

arrays lisp common-lisp

Is an association list in LISP the same thing as a Dictionary in C#?

c# lisp common-lisp

inside a macro, can I have ,var evaluate to blank/nothing?

How to control decimal point in Common Lisp format?

common-lisp

Might this permanently and accidentally overwrite the compiler's own functionality?

lisp common-lisp ccl

Suppressing Some SBCL Debugger Output on Break

debugging common-lisp sbcl

Always getting "RETURN-FROM: no block named NIL is currently visible"

Multiple return values of floor in dotimes

LISP global alist variable

common lisp: recursive call from a loop

loops recursion common-lisp

How to pass a list to macro in common lisp?

common-lisp

Cond inside let doesn't work properly

Test if quicklisp has already been installed in clisp

common-lisp clisp quicklisp

Why does a lambda return a global variable and not the local variable?

common-lisp

Signed Word to Integer Conversion in Lisp