Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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?

strtotime for Emacs Lisp

emacs lisp elisp strtotime

binding local variables in python

python lisp

Common Lisp: Beginner's trouble with funcall

lisp common-lisp

Is it possible to rewrite recursive function as macro in lisp?

recursion lisp common-lisp