Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Lisp function count recurring a's in list

lisp common-lisp

How to define a function locally in lisp?

lambda lisp common-lisp

Does mapcan in common lisp change the value of argument?

lisp common-lisp

Differences between Common Lisp and Scheme lexical closures

Common Lisp determine is a directory is a subdir or another directory

lisp common-lisp

Use variable from outside (lexical) environment in a macro

macros scheme lisp common-lisp

(list ...) vs '(...) in Lisp [duplicate]

A simple lisp program

emacs lisp elisp

Emacs/Common Lisp: Quote variable's value

emacs lisp

Set and Reset of System Variables - AutoCAD LISP

A list of functions

Registering click events for emacs lisp

emacs lisp

How to install lispbuilder-sdl with SBCL?

Creating a list of Fibonacci numbers in Scheme?

lisp scheme

LISP cannot find file to open

lisp common-lisp

How to redirect standard output to a file in Elisp using EMACS

emacs lisp elisp

Idiomatic way to decode hex-formatted strings in Racket Scheme or other schemes

scheme lisp common-lisp racket

How to return nothing with cons in scheme

list scheme lisp cons

How are the "lexical and special variable" semantics implemented under the hood in general? [closed]

Why does SBCL eval function lose the macrolet it's running in?