Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Idiomatic Lisp way to create a list of sorted random numbers?

common-lisp idioms

Why does SBCL print Sublis like this?

lisp common-lisp sbcl

Lisp: Pass &rest parameters to a macro

macros lisp common-lisp

What is the difference between packages GCL and CLISP?

Common Lisp function for "Reduce and Return Intermediate Results as Sequence"

clojure 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