Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

Reading data stored in S-expressions into memory in another Common Lisp program

parsing lisp common-lisp

Is TRUNCASE a symbol that ever existed in a Lisp implementation?

lisp common-lisp

About generalized variable in onlisp

lisp common-lisp

Lisp: Iterating over slots with a macro

macros lisp common-lisp

Order of (:before/:after) method invocation in CLOS?

lisp common-lisp clos

Dynamic function call in Racket; or get a procedure from a string

dynamic scheme lisp racket

Idiomatic way to long multistring constants (or vars) in Lisp code

lisp common-lisp heredoc

Reorder function arguments in Lisp

input lisp arguments swap