Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Syntax changes from the examples in 'The Little Schemer' to the real Scheme

How do I fix a broken Lisp directory path for Emacs?

emacs lisp installation path

Working with http requests and xml in common lisp

xml http lisp

How many arguments does a function take?

lisp common-lisp

lambda functions and memory in scheme

scheme lisp racket lambda

Common lisp, CFFI, and instantiating c structs

c lisp common-lisp chipmunk ffi

Using scheme/racket to return specific items from a list

lisp scheme racket

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