Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

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

lisp common-lisp clisp

Lisp function: union

lisp common-lisp clisp

Flat evaluation of Lisp s-expressions

c lisp eval s-expression

Wait for a keypress in clojure

java input clojure lisp seesaw

lisp sort list via function

list function sorting lisp