Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How to use variable names inside literals in Emacs Lisp?

emacs lisp elisp

How can I SETF an element in a tree by an accessor?

lisp common-lisp

Common Lisp: How to return a list without the nth element of a given list?

lisp common-lisp

Common Lisp: first returns first, but last returns a list of last -- huh?

lisp common-lisp

How can I use Scheme/Lisp/Clojure for Matrix/LP problems?

java lisp clojure matrix scheme

Does Lisp have something like Haskell's takeWhile function?

Why does this Lisp macro as a whole work, even though each piece doesn't work?

macros lisp common-lisp gensym

Using Paredit to wrap existing expression

emacs clojure lisp paredit

Check if a string is all-caps in Emacs lisp?

Clojure - sum up a bunch of numbers

clojure lisp

getting standard input and storing it as a string in lisp

string lisp common-lisp stdin

Why can't CASE be used on string values and only symbol values?

Is It Better Practice To Use package-name:symbol In Code Or :use :package-name In A DEFPACKAGE?

lisp common-lisp

A good source for lisp libraries? [closed]

lisp common-lisp

Exclusive OR in Scheme

lisp scheme logic

In clojure, is (= 'a 'a) referring to the 'same atom'?

java clojure lisp scheme

Can you have hash tables in lisp?

Writing a ++ macro in Common Lisp

macros lisp common-lisp

How can I call Windows API functions using emacs lisp?

windows api emacs lisp

Are there any good resources for the Actor Model in Common Lisp, and good documents on the Actor Model in general?