Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Position of All Matching Elements in List

lisp common-lisp

set! global from Scheme macro?

macros lisp scheme racket

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