Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

How to see doc string for a defparameter, defconstant, or defvar?

common-lisp sbcl

Clozure Common Lisp - TCP Socket Programming - Sending a Reply

sockets common-lisp ccl

Call function based on a string

string lisp common-lisp

How does CLOS relate to Clojure's type and record features?

clojure lisp common-lisp

Lisp: How to MAPCAR "#x" over a list of HEX?

common-lisp

Clojure let vs Common Lisp let

clojure lisp common-lisp let

In Common Lisp, is there a defined maximum length for a symbol's name?

What's the benefit of using Sharpsign Dot?

lisp common-lisp reader

Accessing active symbol table in Common Lisp

redefining built-in function

common-lisp sbcl

Process n items from a list at a time in Lisp

common-lisp

ANDing a boolean and a list

Mutiple value bind in do loop in Common Lisp

common-lisp

How can I convert a keyword to a symbol suitable to access a slot?

common-lisp

Common Lisp: plain variable is shorthand for list in LET?

How do I format a single backslash in common lisp?

How to write a recursive macro call on a &REST parameter in Lisp?

Common Lisp: compilation vs evaluation

Can macro expansion contain (declare ...) expressions?

macros lisp common-lisp

Why isn't there a BOOLEANP predicate?

lisp common-lisp