Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

terpri, princ & co. vs format

lisp common-lisp

Trying to learn: Object Reorientation, and generic functions in LISP!

Ant (or NAnt) in Lisp

ant lisp

Scheme Coding Style Questions

Scheme/Lisp nested loops and recursion

Processing text with elisp

emacs lisp awk elisp

Is there a simple example for explaining Lisp macros to a "generic" programmer?

macros lisp common-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