Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

backquote, unquote and unquote-splicing in normal functions

Format over list: use arguments that aren't in list

format common-lisp

Modifying hash-tables in Common Lisp and Let

Lisp Macro cannot find applicable function

macros lisp common-lisp

How to export all definition symbols in a file in Common Lisp?

common-lisp package

Is it possible to test for no return value?

How to specify arguments for substitute in mapcar?

lisp common-lisp

Why is there an = sign in loop macros for reading lines out of a file?

loops syntax common-lisp

When requiring modules, should the name be a string, symbol, or keyword?

common-lisp

Why is the calculation of 1000 factorial so fast in Lisp (and shows correct result)?

Why can't the set difference function compare lists with data from files?

Distributing a CFFI wrapper for a custom C lib

common-lisp asdf cffi

HANDLER-CASE alternative which is not a macro

common-lisp

How to wait until event conclusion to return from function using ltk?

common-lisp ltk

Dynamic function generation with macros

common-lisp

LISP error in FORMAT function call

output lisp common-lisp

Programmatically check fixnum size

common-lisp

Why need even number of keyword parameters in Common Lisp?