Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

LISP: (format) prints only after successful (read)

When to prefer gensym over make-symbol in Lisp

lisp

I don't know how lisp macro construct its expansion? what's the exact step?

emacs macros lisp expansion

Property lists in LISP: are they used in real-life?

list properties lisp

Rewrite apply function to use recursion instead

lisp common-lisp

Length of circular list in lisp

lisp common-lisp

How do I access Quoted Variable Data in AutoLisp?

lisp autocad autolisp

Define n functions at once in Lisp

lisp common-lisp

Ordering of needle / haystack in Lisp functions

lisp common-lisp

Common Lisp Concatenate and newline

What is an S-Expression

Common Lisp: Destructure a list in first, rest, last (like Python iterable unpacking)

lisp common-lisp cl

extracting a n element from a list with dolist on lisp

linux lisp common-lisp

Usefulness of let?

lisp

the SICP book solution error help, number 1.7

lisp scheme sicp racket

In LISP, what's the difference between "let" and "with"?

lisp substitution let

How to protect an interpreter's native call stack from garbage collection?

Scheme - dynamic scope and infinte loop

scope lisp scheme

Can you get dot representation using 'list' command in LISP?

lisp common-lisp

UVa #112 Tree Summing

tree lisp