Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What can go wrong when I define a macro and just use a rare enough name for a temporary variable?

macros lisp scope

SLIME on Emacs with paredit in repl - how to prevent execution of incomplete but balanced expressions?

Tierless web framework with Javascript?

How to understand segmented binomial heaps described in <Purely Functional Data Structures>

Lisp/Scheme-like calls in R

r parsing scheme lisp expression

Connecting .NET to Common Lisp

.net lisp common-lisp

Any lisp code highligher for wordpress

Convert a lisp string to stream

string lisp stream

When is an initform used?

lisp common-lisp clos

Is it viable to write a Linux kernel-mode debugger for Intel x86-64 in Common Lisp, and with which Common Lisp implementation[s]?

What is it about a single namespace that leads to unhygienic macros? (in LISP)

Emacs Lisp: How to, an interactive buffer with REPL?

How do collector functions work in Scheme?

How to write an empty list using S, K and I combinators?

emacs: how do I use edebug on code that is defined in a macro?

emacs lisp

How to run Clozure CL (Lisp) from a shell script on OS X?

lisp common-lisp

with-open-file explanation in layman terms

lisp common-lisp

Accessing Hunchentoot request objects from the REPL for debugging

Is declaring anonymous functions expensive in Clojure?

why define-syntax of or in scheme need consider three conditions?