Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

How to defun a function within a defun?

lisp common-lisp

Differentiate between a list and an atom in common lisp

algorithm common-lisp clisp

Storing dates in Common Lisp

lisp common-lisp

Is there a Scheme equivalent to SBCL's run-program?

Get list of user created variables

lisp common-lisp

Using 'ash' in LISP to perform a binary search?

How to enable rainbow parentheses in SLIME?

emacs lisp common-lisp slime

CLOS: How to make a slot have an enforced type of vector of symbols?

lisp common-lisp sbcl clos

Why (list + 1 2) evaluates to ('(+ 1 2) 1 2) in Common Lisp

lisp common-lisp

How to interact with a process input/output in SBCL/Common Lisp

common-lisp sbcl

"Fake" global lexical variables in Common Lisp

How to set local function definition using function (or closure) objects?

lisp common-lisp

Hunchentoot dispatch by HTTP method

With case, which is the best of these methods for expressing the cases?

lisp common-lisp

Why does using defpackage result in a NAME-CONFLICT?

common-lisp sbcl slime

continuation in common lisp by macros -- regarding an implemetation in OnLisp

Changing copies of lists in LISP

Call BLAS ddot routine from SBCL

Is there any way to get a variable address in Common Lisp?

Time Complexity of ELT Function in Common Lisp for Various Sequence Types