Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Dynamic variables in Lisp Case statement

lisp common-lisp

How to search through a plist repeatedly?

lisp common-lisp

Appropriate error handling in initializing a data structure with explicit resource management?

common-lisp

Receiving data through LISP USOCKET

Undefining a class and all its methods in Common Lisp

common-lisp clos ccl

In Common Lisp, how to define a macro expanding to nothing (rather than `nil`)?

macros common-lisp

How are function parameters stored in lisp?

helper nested functions in CL

Left-aligned zero-padding

SBCL multiple threads write to standard-output

lisp common-lisp sbcl

Recursive split-list function LISP

Detecting an installed Common Lisp implementation programmatically

bash common-lisp detection

How to shuffle list in lisp?

common-lisp elisp

Mapcar and assoc

lisp common-lisp clisp

Common Lisp equivalent of Haskell's replicate?

Split string into individual characters

string lisp ascii common-lisp

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

lisp common-lisp clisp

Programmatical Function Definition: How to get rid of "eval" here?

common-lisp

common lisp exception handling (condition and restart)

What is the purpose of the `intern` function?

macros common-lisp symbols