Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Converting SHA256 into a SAT instance / Boolean expression using Lisp

optimise knight-tour LISP

map function for n-ary tree in Scheme

Can I write this macro without using eval?

clojure macros lisp eval

Lisp compiler design for embedded systems?

Neater way of prying a DECLARE from a &body

macros lisp common-lisp

Can I substitute SICP lecture videos with SICP lecture notes?

lisp sicp

Data Mining in Lisp

Lisp format string for a list of an element and sub-lists

format lisp

How to set the last n bits of a given octet (byte) to zero?

ASDF or other module system independent of home and site configurations

deployment lisp asdf

Find all paths from root to leaves of tree in Scheme

lisp scheme racket

S-expression idioms

lisp s-expression

How to evaluate sequence of pure functions in Clojure

clojure lisp

Decimal to Binary in Lisp - make a non-nested list

list recursion binary lisp

Loading Packages in a Progn in Common Lisp

lisp common-lisp

Easily adding trace statements to LISP dialects (without using do for example)

clojure lisp

How do I jump out of a function in Lisp?

Scheme: About cond

lisp scheme

which one is tail recursion?