Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Boolean values: t vs. nil vs 1 vs -1

lisp elisp

Why don't we write haskell in LISP syntax? (we can!) [closed]

haskell macros lisp defmacro

Converting some LISP to C#

c# lisp

Does anyone have an Emacs macro for indenting (and unindenting) blocks of text?

emacs lisp elisp

Multiple constructors in common lisp

In Lisp, how do I fix "Warning: Assumed Special?"

Correct usage of destructuring-bind

lisp common-lisp

Can someone explain me with some example the difference beteen Apply and Eval in LISP?

lisp eval apply

Lisp code (s-expression) formatter

emacs formatting lisp textmate

Lisp argument pointer

lisp common-lisp

Filter a list into two parts by a predicate

filter lisp common-lisp

Conditionals in Elisp's cl-loop facility

loops lisp elisp continue

Abort function after X seconds - lisp

lisp common-lisp clisp

How to format lisp code?

scheme lisp code-formatting

Unable to understand a line of Emacs Lisp

emacs lisp

A prototyping language with the ability to be fast [closed]

Redundancy in Lisp

lisp common-lisp

Merging symbols in common lisp

merge lisp common-lisp symbols

What is the exact difference between NULL and NIL in Common Lisp?

lisp common-lisp null

When would I use mapc instead of mapcar?

map lisp common-lisp