Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

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

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?