Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Emacs lisp "shell-command-on-region"

emacs lisp elisp

Given the following LISP eval function - what is required to add defmacro?

macros lisp common-lisp eval

Iterative factorial procedure in SICP

clsql connect oracle database

oracle-database lisp clsql

What is the fastest scheme implementation?

lisp scheme

Clarify Perlis dictum, "LISP programmers know the value of everything and the cost of nothing."

lisp

Function that is always evaluated to t (or any value)

lisp common-lisp predicate

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

How much lisp to implement in C before writing extension in itself?

Difference in function evaluation between Scheme and Elisp [duplicate]

emacs scheme lisp elisp

Understanding bound and free variables in LISP

scope lisp sicp