Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Can Scheme expand a list as arguments?

lisp scheme

Is it possible to build Lisp-like macros into an imperative language?

What is the difference between macroexpand and macroexpand-1 in Clojure

Just getting used to paredit in emacs on OS X - how come C-) doesn't work?

macos emacs editor lisp paredit

In lisp, how do I use the second value that the floor function returns?

lisp common-lisp

Are there documented, organized collections of libraries for Common Lisp?

uses for dynamic scope?

lisp scope elisp

Defining reduced arity partial functions

How to calculate difference between two sets in emacs lisp,the sets should be lists

lisp elisp set set-difference

zip function in Racket/Scheme

How do I pass arguments to map in emacs lisp?

emacs lisp elisp

Why is it necessary to recompile the definitions that use a Common Lisp macro when we modify it?

macros lisp common-lisp

Really minimum lisp

lisp turing-complete

Which command could be used to clear screen in CLISP?

lisp clisp

What was a reason to introduce dotted pair in LISP?

list lisp

Lisp parenthesis question

LISP cons in python

python lisp cons

Why is there no tail recursion optimization in Emacs lisp, not but like other scheme?

Why in LISP , there is no limitation for number?

numbers lisp

What is the Scheme function to find an element in a list?

lisp scheme