Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

elisp: How to get point one line above the current point?

emacs lisp elisp

functions that can take anything as argument

lisp common-lisp

Is Common Lisp static or dynamically typed? If both how is it done? [closed]

How does Lisp function remember state in this code?

static lisp state

How to loop over a function with an arbitrary amount of variables

loops lisp common-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

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