Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Convert a flexi-stream containing a vector of octets to a utf-8 string in common lisp

common-lisp

Correct way to incorporate a docstring in a def* macro?

lisp common-lisp sbcl defmacro

How to express tree using CL?

common-lisp

Translate Scheme to CL

scheme common-lisp porting

Can I use lambda with an on-the-fly lambda list (without macros)?

lisp common-lisp sbcl

Why do just two elements in a list cease to be recognized after I wrap my code in a package?

Using dot notation to access CLOS slots

common-lisp clos

CL/Scheme DSELs with non-lisp syntax

scheme common-lisp dsl

Collecting to a vector instead of a list

Apparent 'eval' of quote symbol in CLISP

lisp common-lisp clisp

Formatting number to specific format in Common Lisp

common-lisp

Is the book's answer-sheet wrong about this "flatten the nested list" problem?

recursion tree common-lisp

Can you program without REPL on Lisp?

Common Lisp: Zip arbitrary number of lists

clisp 2.49: asdf cannot find asd

common-lisp asdf

defstruct - :read-only is not read only

lisp common-lisp

Practical Common LISP understanding chapter 3

Lisp recursive macro problems

Unexpected result of the function (recursion)

lisp common-lisp

How to parse a string as a list structure?

lisp common-lisp