Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

Why Doesn't Clojure provide standard library after creating new namespace?

Lisp sort function key

Lisp source code rewriting system

Concatenate two lists in Common Lisp

lisp common-lisp

How to generate list indices with format directives

formatting lisp common-lisp

How do I stop tracing a function in clisp?

lisp common-lisp trace

Can lisp be used to write viruses or other malware? [closed]

lisp malware

Does the Common Lisp Object System (CLOS) support duck-typing?

lisp common-lisp

good style in lisp: cons vs list

lisp scheme common-lisp

speeding up deleting duplicates when they're adjacent

How to concatenate simple-arrays and keep the element-type '(unsigned-bytes 8) in Common Lisp?