Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Percent sign in defun and defstruct

Levels of Homoiconicity [closed]

Any good way to declare unused variables in destructuring-bind?

Check if current Emacs buffer contains a string

emacs lisp elisp buffer

Land of Lisp example redundency?

emacs slime: Whats the equivalent of the up arrow in shells?

lisp slime

Sources for learning about Scheme Macros: define-syntax and syntax-rules

Common lisp error: "should be lambda expression"

LISP: Keyword parameters, supplied-p

lisp common-lisp

What are the tasks of the "reader" during Lisp interpretation?

What is happening with this Common Lisp code?

lisp common-lisp

What are lightweight lisp dialects that compile to readable js?

javascript lisp scheme racket

How do Lisp (Clojure) and Tcl compare in terms of abstraction and metaprogramming abilities?

clojure lisp tcl

How can I unintern a qualified method?

Lisp Interpreter in a C++ Program

c++ lisp

Scheme: change value of an element in a list

list lisp scheme

Elisp: Copy buffer to clipboard

emacs lisp elisp

How is my LISP function an unbound variable?

lisp common-lisp

What is the correct term for the following functional programming pattern?

How do I find the index of an element in a list in Racket?

lisp scheme racket