Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

Is there anything like Python's `if __name__ == "__main__":` stuff in Common Lisp

lisp common-lisp

Confused by Lisp Quoting

lisp eval quote

Sorting algorithm lisp-scheme

sorting lisp scheme

How to implement redo statement (as in Perl and Ruby) in Lisp

CAR represent *right* subtree of a cons?

list tree lisp common-lisp

LISP Function that Returns True If Atom Is In List

Sequential procedures in Lisp

Common lisp: loop through pairs of a list

lisp common-lisp sbcl

Lisp: Collect multiple lists in loop

loops lisp common-lisp