Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

LISP arithmetics implementation

scheme and set!

variables lisp scheme

Lisp: APPLY error when trying to generate a a-list using acons and loop

lisp common-lisp

Scheme: When I cons two atoms I am getting a dot in the middle. Why? [duplicate]

EMACS custom-indention function for a symbol rather than a symbolic expression?

emacs lisp elisp indentation

CLISP - Reversing a simple list

lisp common-lisp clisp

How to call a web service with XSD using Common Lisp?

web-services xsd lisp drakma

Why is fold and reduce considered fundamental - surely everything is defined in terms of cons and car?