Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

How to build list with defvar in emacs

list emacs lisp elisp

LISP: how to get running sum of a list? (without a global variable)

lisp common-lisp

What's the equivalent of constructors in CLOS?

lisp common-lisp clos

Why don't reader macro extensions propagate to runtime (read)?

In Clojure, what does `&` mean in function/macro signature?

clojure macros lisp

Custom '+' (sum) function in lisp

lisp common-lisp

Anyone using Lisp for a MySQL-backended web app?

mysql database lisp

What are improper lists for?

lisp scheme s-expression

Webdevelopment in Common Lisp

lisp common-lisp

Recursive range in Lisp adds a period?

lisp scheme

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