Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Understanding Common Lisp aref behavior

lisp common-lisp

Macro for more than 1 line of code

lisp common-lisp

Summing even fibonacci numbers in lisp

loops lisp common-lisp

Use conditional places in setf

lisp common-lisp

How to get a function/macro definition from CL REPL?

what is apostrophe type in scheme

scheme lisp

How does Racket handle (define (f (x y)) body)?

scheme lisp racket

WebSocket client in Common Lisp with usocket library

Why does SBCL print Sublis like this?

lisp common-lisp sbcl

Lisp: Pass &rest parameters to a macro

macros lisp common-lisp

Racket URL Dispatch Rules

scheme lisp racket

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?

Trying out the examples from the "The Little Schemer" book in Windows

lisp scheme

running shell commands with gnu clisp

lisp stream clisp

Basic LISP recursion, enumerate values greater than 3

recursion lisp clisp