Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How do I create a macro to define two functions in clojure

macros lisp clojure

What's the Clojure equivalent of inject:into: in Smalltalk?

Common LISP on iPhone/iOS

iphone ios ios4 lisp common-lisp

statistics packages for Common Lisp

r statistics lisp common-lisp

Sublime Text and Clojure: Don't pair single quotes

Side-effects in closures, are they still purely functional?

How do I manipulate parse trees?

can if be a proper function rather than a special form

What could be the fastest and least painful way to learn LISP for a C developer?

Eval-when uses?

Why does lisp use gensym and other languages don't?

lisp common-lisp

scheme list equivalence comparison

list comparison lisp scheme

How viable is emacs LISP aside from editing emacs? [closed]

emacs lisp elisp

(Random) in Common Lisp Not So Random?

random lisp common-lisp sbcl

F# Type Providers vs. Lisp macros

Is it possible in Lisp to undefine Macros and Functions?

macros lisp common-lisp

SBCL standard library documentation? [closed]

In Emacs-lisp, what is the correct way to use call-process on an ls command?

emacs lisp

How to examine list of defined functions from Common Lisp REPL prompt

debugging lisp common-lisp

Is it possible to implement auto-currying to the Lisp-family languages?