Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

defparameter vs defun for passing functions around

lisp common-lisp

Common Lisp - Writing a function that detects circular lists

LISP - Converting a string with the representation of an array to an array

lisp common-lisp

Common Lisp idiom for filtering a list and applying a function to the unfiltered elements?

lisp common-lisp idioms

Unable to use eval on user input in Racket

scheme lisp racket

What (define (p) (p)) does?

scheme lisp sicp

Unable to add a directory and all its subdirectories to load-path in Emacs

emacs lisp elisp

"Unable to resolve symbol" error

How to write (simple) macro?

macros lisp common-lisp clos

evaluate expression before it is put in lambda

emacs lisp elisp

How can I do setf on a struct's accessors when using intern

lisp common-lisp allegro-cl

Binomial Coefficient using Tail Recursion in LISP

Lisp: multidimensional array elementwise operations

How does append work in Common Lisp?

lisp common-lisp

What is the advantage of a symbol that binds to a value and function at the same time?

namespaces lisp

Lisp format directive that interprets nil argument to empty string instead of "NIL"

lisp format common-lisp

In LISP is it possible to access a function's form?

How can I make a structure's constructor evaluate sequentially in Common Lisp?

lisp common-lisp

Lisp macro evaluating expressions when I do not want it to

macros lisp

What are the magic variables in CLISP's REPL?