Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Genetic Programming in Haskell

Call a function from a string name in (Emacs) Lisp

emacs lisp elisp

lisp: capture stdout and stderr, store it in separate variables

lisp common-lisp sbcl

Wishful thinking in Clojure

clojure scheme lisp

Unreachable Ill-formed if-expression is syntax error in Scheme but not in Common Lisp

Why does the position of arguments matter in cons?

list scheme lisp racket cons

Lisp list iteration

lisp list iteration

Using SLIMV to code Lisp, how do I insert a single " without disabling paredit.vim?

Racket Lisp : comparison between new-if and if

lisp scheme racket sicp

Multiple variables of one name or multiple bindings of one variable in Lisp

variables lisp

Why does Clojure represent xml documents as hash-maps?

xml xslt clojure lisp

Common Lisp on CentOS 7

Understanding Peter Norvig's permutation solution in PAIP

Vector addition of lists

lisp scheme

Common Lisp: What is the downside to using this filter function on very large lists?

Checking for a win in Tic-Tac-Toe

lisp common-lisp

How to read sexp from file

lisp common-lisp

Lisp -- How to add several hexadecimal numbers without base conversion?

math lisp numbers hex addition

python delayed execution

python perl lisp sicp

Lisp, cons and (number . number) difference

lisp quote cons