Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Common Lisp: Getting the documentation string of a macro

Peter Norvig's use of asterisks in PAIP arrays

arrays common-lisp

Common Lisp Hash-Dot #. Reader Macro

common-lisp reader-macro

How to access the new x86 bit-manipulation instructions from Common Lisp?

Converting Char to Integer in Common Lisp

types lisp common-lisp

Is there a way to mix a LISP's macro &optional and &key params?

macros lisp common-lisp

Mapping two string lists (in a short way) in Lisp?

lisp: when to use a function vs. a macro

macros lisp common-lisp

LISP: how to trace macros

macros lisp common-lisp

How do I use (require :PACKAGE) in clisp under Ubuntu Hardy?

Basic Lisp Macro error

common-lisp

Position of All Matching Elements in List

lisp common-lisp

Using asdf can I load a system providing only previously made FASLs

What's the corresponding standard function of atoi in clisp?

lisp common-lisp clisp

How to download and save a file using drakma:http-request and flexistreams

common-lisp binary-data

Lisp function: union

lisp common-lisp clisp

unexpected inheritance of slot (values) using errors

Test if a symbol is a defstruct name in Common Lisp

common-lisp

'cdadr' on nested data list in lisp

lisp common-lisp

Quicksort in LISP

lisp common-lisp quicksort