Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

Comprehensive guide on common lisp types

types common-lisp slots clos

Understanding function `tailp` in Common Lisp

lisp common-lisp sbcl clisp

How to use a "taken" word as a CLOS generic

Simple LISP function not working

lisp common-lisp

How to unload a lisp file in CLisp REPL?

common-lisp clisp

Why is read-line run twice for reading from a file in Lisp?

input lisp common-lisp

How to define a structure in lisp with arbitrary number of args?

lisp structure common-lisp

Converting Integers to Characters in Common Lisp

String Switch in Common Lisp

How to remove redundancy in Lisp code?

Python enumerate() analog in Common Lisp

common-lisp

A lisp function refinement

lisp common-lisp

SBCL do-symbols (and loop) return duplicate items

package common-lisp

Are there function prototypes in Common Lisp?

Capture value of variable on lambda creation

terpri, princ & co. vs format

lisp common-lisp