Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

getting standard input and storing it as a string in lisp

string lisp common-lisp stdin

Why can't CASE be used on string values and only symbol values?

Is It Better Practice To Use package-name:symbol In Code Or :use :package-name In A DEFPACKAGE?

lisp common-lisp

A good source for lisp libraries? [closed]

lisp common-lisp

Exclusive OR in Scheme

lisp scheme logic

In clojure, is (= 'a 'a) referring to the 'same atom'?

java clojure lisp scheme

Can you have hash tables in lisp?

Writing a ++ macro in Common Lisp

macros lisp common-lisp

How can I call Windows API functions using emacs lisp?

windows api emacs lisp

Are there any good resources for the Actor Model in Common Lisp, and good documents on the Actor Model in general?

"How to apply Red to compile-time optimization of this Lisp code?"

Why does code in with-temp-buffer complain about void variable when "parent" buffer has a local variable of the same name I've bound?

dynamic emacs lisp elisp

common lisp auto completion on aquamacs

Stepping in sbcl from within the debugger

Inspecting a variable in the lisp SLIME debugger

lisp common-lisp clisp

Programmatic non-tail recursion elimination

In ABCL (Armed Bear) LISP how do I create a background sub-process / background threads?

What will (defun defun () 3) do?

lisp

Is there a typical name for a function like 'map' that operates on a list of argument lists instead of multiple lists of arguments?

Problems with ltk (common lisp)

lisp common-lisp asdf ltk