Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

closure-common: sbcl borks because standard readtable modified

lisp common-lisp sbcl

Start working with large Lisp "library" (Calendrical Calculations)

Newbie: Keybindings error in Elisp

emacs lisp elisp

Expansion of vector for swing operations

swing macros clojure lisp

How to generate adder function in lisp?

lisp elisp

The differences between procedures with and without brackets?

scheme lisp

how does Paul Graham solve the circularity of mac in his Bel reference?

recursion lisp

Scheme: Evaluating a Logical expression List

scheme lisp

Why does this expression not work as expected in Common Lisp?

lisp common-lisp apply

How do I get the list of all environment variables available in a Lisp process?

lisp common-lisp sbcl ccl cffi

How can I generate series of Pell numbers instead of a specific one in Lisp

lisp common-lisp

Can 'cond' fully replace 'if' statements?

lisp common-lisp

A vector of integers is not a subtype of arrays of numbers, why?

types lisp common-lisp sbcl

Parameterizable return-from in Common Lisp

lisp common-lisp eval block

Mapping Languages to Paradigms

java c++ python perl lisp

Expressions and arithemetics in common lisp functions

Why I can't install quicklisp? ("Package QUICKLISP-QUICKSTART does not exist")

dolist binds argument to symbols

emacs lisp elisp

Behaviour of ruby with regards to numerical exactness (Scheme comparison)

ruby lisp scheme