Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Column of buffer position in Emacs Lisp?

emacs lisp elisp

Lisp without a Garbage Collector for low level programming

garbage-collection lisp

Is there a digest for different "RnRS" Scheme standards?

Lisp warning: xx is neither declared nor bound, it will be treated as if it were declared SPECIAL

lisp scope lexical-scope

Why is the @ sign needed in this macro definition?

Lispy dialects with good multi-dimensional array programming support

Print keys from plist based on values?

lisp common-lisp

Can Scheme expand a list as arguments?

lisp scheme

Is it possible to build Lisp-like macros into an imperative language?

What is the difference between macroexpand and macroexpand-1 in Clojure

Just getting used to paredit in emacs on OS X - how come C-) doesn't work?

macos emacs editor lisp paredit

In lisp, how do I use the second value that the floor function returns?

lisp common-lisp

Are there documented, organized collections of libraries for Common Lisp?

uses for dynamic scope?

lisp scope elisp

Defining reduced arity partial functions

How to calculate difference between two sets in emacs lisp,the sets should be lists

lisp elisp set set-difference

zip function in Racket/Scheme

How do I pass arguments to map in emacs lisp?

emacs lisp elisp

Why is it necessary to recompile the definitions that use a Common Lisp macro when we modify it?

macros lisp common-lisp

Really minimum lisp

lisp turing-complete