Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

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

Common Lisp, asdf, tests, compile system with different optimization levels

How to wrap and execute a lisp s-expression by another s-expression?

macros common-lisp

Overriding "defun" within a package

How do I compile and run a Common Lisp program from the directory of the .asd file?

common-lisp asdf