Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

"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?

How can I navigate text in a terminal lisp-scheme interpreter?

linux lisp terminal scheme

Plotting data sequentially from emacs using Common Lisp and Gnuplot

LISP: How can I test if two lists have the same elements?

list lisp equality

EVAL: undefined function DEFINE

lisp clisp

How can I view the definition of a function in lisp (sbcl)?

lisp common-lisp sbcl

What is the difference between seq and sequence in Clojure?

Stuck in a Clojure loop, need some guidance