Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Common Lisp: Attach x recursively to list

list lisp common-lisp

Why does (nil . nil) evaluate to (nil) instead of just nil in SBCL?

lisp common-lisp sbcl

LISP iterative to recursive

What’s the sequence of evaluation concerning `parameterize' and `let' in Racket?

Can CONS objects be used as a key to a hash table?

lisp code excerpt

lisp common-lisp

With-open-file reading extra characters

lisp common-lisp

How to call external commands in Scheme?

scripting scheme lisp

How can I make a Racket reader macro to transform any instance of one character into two other characters?

lisp scheme racket

MacVim: slimv does not start

vim lisp macvim slime slimv

Swap two elements in list in Scheme [closed]

list lisp scheme swap

Managing Code Assets

c# visual-studio lisp

(Lisp) Can i make this more efficient?

How do I eval a clojure data structure within the context of a namespace?

Scheme - my gcd() always returns zero

removing an element from a list in lisp

list lisp

is the Y-Combinator a monad?

Scheme: find out if an "complex" element is in a "complex" list

list scheme lisp member