Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Why can't CLISP call certain functions with uninterned names?

lisp common-lisp sbcl clisp

What does parallel binding mean in Clojure

clojure lisp

Using lisp code in maxima

When to use defparameter instead of setf?

Emacs: can I limit a number of lines in a buffer

debugging emacs lisp elisp

What's the idiomatic way of calling a function with many arguments?

coding-style lisp

Cond definition in scheme

Listing currently bound global variables in lisp

How can I pass a super-class object to a sub-class constructor?

lisp common-lisp clos

case and quotation in scheme & racket

scheme lisp racket

Lisp - Print out () instead of nil for empty list

lisp common-lisp

Reading structures with typed slots in SBCL

scheme aliases for macros

clojure macros scheme lisp

SICP 1.45 - Why are these two higher order functions not equivalent?

Overriding "defun" within a package

How can conditions be handled in GCL?

Automatically create ASDF files for a Common Lisp project

lisp common-lisp asdf

What is implicit recursion?

Lisp: Elegant way to strip trailing nil's from a list? (Review)

How to write the Average Function for this Data structure in Scheme/Lisp?