Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Why is #' (sharp-quote) notation unnecessary in CLISP?

lisp common-lisp clisp

Defmethod on Arbitrary Type Specifiers?

types lisp common-lisp

How do foldl and foldr work, broken down in an example?

scheme lisp racket fold

What does the asterisk do in Python other than multiplication and exponentiation? [duplicate]

python lisp eval

How can I copy a counter made using a Lisp closure?

lisp common-lisp

How to do a while loop in LISP

Book for learning how to write Clojure/Lisp Macros [closed]

clojure lisp jvm-languages

how to get 64 bit integer in common lisp?

lisp common-lisp bit clisp

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?