Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

defclass type information for performance

How to make defsystem use "everything"?

common-lisp asdf

Undocumented function called rec in Common Lisp source with labels?

common-lisp

Common Lisp - Writing a function that detects circular lists

Equality check with fractions 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?