Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

How many memory the bit-vector using in sbcl?

How to search for files with a wildcard in Common Lisp?

Common Lisp - type checking two variables

lisp common-lisp

Common Lisp Multiple Metaclasses

common-lisp metaclass clos

How to protect vector from resizing?

How to format a nested multiple-value-bind the let way?

Applicative programming and common lisp types

common-lisp

Why must 'require' be evaluated in a separate expression to use of the package

lisp common-lisp

Which dialect of LISP is 'Paradigms of Artificial Intelligence Programming' written in?

lisp common-lisp

In Common Lisp, is there a function that returns a symbol from a given string?

How to sort a list with sublists (common Lisp)

sorting lisp common-lisp

Representational State Transfer (REST) in Common Lisp

rest lisp common-lisp

Common Lisp type declarations not working as expected

Why does common lisp's case construct always match True (T)?

common-lisp case

From Google Common Lisp Style Guide: "Avoid modifying local variables, try rebinding instead" meaning?

lisp common-lisp

How to I check whether a given variable value is of type string

string types common-lisp sbcl

How to get Emacs/Slime/SBCL to recognize quicklisp packages

Backquote in Common Lisp: read and eval

Arrays vs. lists in Lisp: Why are lists so much faster in the code below?

Access CLOS-object slots from used external package

common-lisp packages clos