Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

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?

Lambda List Error with &rest and &key arguments in Common Lisp

combining two variables into one function name in macro

macros common-lisp clisp

How to get a file size (and other attributes) in Common Lisp?

common-lisp

Principles of Biomedical Informatics in SBCL: what's wrong with this let?

Why does this mapcan cause my REPL to freeze?

lisp common-lisp