Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

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

Common Lisp: check if lexical variable exists?

scope common-lisp

mapcan, sharp quote and closures

Defining and using functions in variables in Common Lisp

lambda scheme common-lisp

Common Lisp mouse position with ltk

common-lisp ltk

Is there a way to get a macro to do an extra evaluation before returning its result?

How to write (simple) macro?

macros lisp common-lisp clos

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

lisp common-lisp allegro-cl

How does append work in Common Lisp?

lisp common-lisp

for/continue in scheme/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

What are the magic variables in CLISP's REPL?

Reading the binary output of an external program in Common Lisp

stream common-lisp sbcl

Plotting data sequentially from emacs using Common Lisp and Gnuplot

Does SML (Poly) have a CL-like REPL?

Quicklisp Cannot Install LIBSSL for Hunchentoot

common-lisp clisp quicklisp

Using a variable as a prefix argument to a format directive

format common-lisp