Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbcl

How to access the new x86 bit-manipulation instructions from Common Lisp?

Does SBCL for lisp handle scope differently? It does not seem to pass scope into called functions?

scope lisp common-lisp sbcl

Loop'ing over arrays or lists indifferently

common-lisp sbcl

exp in SBCL is wrong?

lisp sbcl

sbcl (directory "*") not returning all files (missing *.lisp for example)

lisp common-lisp sbcl

lisp: capture stdout and stderr, store it in separate variables

lisp common-lisp sbcl

Unreachable Ill-formed if-expression is syntax error in Scheme but not in Common Lisp

unwind-protect - how does it work

common-lisp sbcl

Common Lisp on CentOS 7

How to do image-based development in Common Lisp?

common-lisp sbcl

Why would Common Lisp (SBCL) use so much memory for a simple program?

common-lisp sbcl

Are MAPCAR, MAPC, and MAP compiled to similar code when result is ignored?

common-lisp sbcl

Common lisp: loop through pairs of a list

lisp common-lisp sbcl

How to export slots and accessors from Lisp classes?

lisp common-lisp sbcl clos

Common Lisp output file streams SBCL

stream lisp common-lisp sbcl

How do I get quicklisp to load rfc2388 in slime?

sbcl encoding error only when executed from prompt?

Inferior Shell or UIOP: Interacting with background process

How can i retrieve the address of the socket peer in Lisp with cl-async