Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Is there a way to gather slot-definition-readers from all the inheritance tree?

common-lisp clos mop

Function that is always evaluated to t (or any value)

lisp common-lisp predicate

confused in a macro definition

What algorithm is used for "sort" function in Common Lisp?

sorting common-lisp

How do I append a character to the end of a String

common-lisp

Why can't CLISP call certain functions with uninterned names?

lisp common-lisp sbcl clisp

Using lisp code in maxima

When to use defparameter instead of setf?

Listing currently bound global variables in lisp

How to use sbcl to use shell command

shell common-lisp

Difference between flet vs let+funcall

common-lisp let

How can I pass a super-class object to a sub-class constructor?

lisp common-lisp clos

Format string for zero padding decimal with sign in front?

formatting common-lisp

Common Lisp: standalone executable and shared C library

Lisp - Print out () instead of nil for empty list

lisp common-lisp

Is there any difference between the "for" and "as" keywords in the loop macro?

common-lisp

Exporting anaphoric macros in common lisp packages

Reading structures with typed slots in SBCL

Avoiding float to pointer coercion in Common Lisp

How much lisp to implement in C before writing extension in itself?