Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

How to create a Lisp FLI function corresponding to a C macro

Loading libraries in Dr Scheme

lisp scheme sicp

How is set! defined in scheme?

lisp scheme

Autocomplete parentheses in SLIME

emacs lisp slime

Pass multiple parameters function from other function with Clojure and readability issues