Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Use variable from outside (lexical) environment in a macro

macros scheme lisp common-lisp

(list ...) vs '(...) in Lisp [duplicate]

Anonymous methods in common lisp

LISP cannot find file to open

lisp common-lisp

Idiomatic way to decode hex-formatted strings in Racket Scheme or other schemes

scheme lisp common-lisp racket

Mysterious newline appears in Common Lisp format directive

Drawing a rectangle using CLX

common-lisp x11

Bulk `unintern` for renamed exported symbols

common-lisp sbcl

cannot understand the definition of "row-major-ref" in sbcl

common-lisp sbcl

Testing for non standard ascii character in common lisp

string common-lisp ccl

How are the "lexical and special variable" semantics implemented under the hood in general? [closed]

Why does SBCL eval function lose the macrolet it's running in?

What does suffix "p" mean in common lisp functions?

Iterating over strings

In common-lisp how can i override/change evaluation behaviour for a specific type of object?

lisp common-lisp eval

Control flow in restarts

common-lisp

Common Lisp: flush standard output

lisp common-lisp stdout

How to use buildapp with a pre-defined asd file

common-lisp executable sbcl

Nested `defun` produces a repeated warning in Allegro Common Lisp

Common LISP: convert (unknown) struct object to plist?

common-lisp