Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Loading Packages in a Progn in Common Lisp

lisp common-lisp

Easily adding trace statements to LISP dialects (without using do for example)

clojure lisp

How do I jump out of a function in Lisp?

Scheme: About cond

lisp scheme

which one is tail recursion?

Space character inside an argument (emacs lisp)

emacs lisp elisp

In Slime REPL (GNU EMACS), what is the shortcut to clear the current input

emacs lisp common-lisp slime

Read from file Common Lisp [duplicate]

file lisp common-lisp

Any idea of printing in Racket?

scheme lisp racket

Lisp: How to write a Higher Order Function

lisp scheme

Clojure: equivalent of "do" from Common Lisp

clojure lisp common-lisp

DELETE + SETF inside a function

lisp common-lisp

Appending lists with symbol names specified in a list of strings

emacs lisp elisp

Common Lisp: Why does this function cause infinite recursion?

Emacs close paren jumps to already existing close-paren when editing clojure code

emacs clojure lisp

Is there a Macro to use "λ" character as "lambda" in R5RS Scheme?

lambda scheme lisp r5rs gambit

Iterative map in scheme

Lisp-style quotation in HTML

html lisp

Expand eql clause of a defmethod statement to accept any function?

function lisp common-lisp clos

Creating a closure around a private function in elisp