Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Does `mapcan` really use `nconc`?

lisp common-lisp

Programming language/platform with runtime access to the AST

In Lisp, why do we need to use a list function to return a list?

lisp common-lisp

Extendable Vector Type

How can I specify the package name when launching a Lisp program from the command line?

#ifndef in Common Lisp

include lisp common-lisp clisp

Autoindent a .lisp file from the command line and use slimv to do the indenting

about the Prolog implementation

lisp common-lisp on-lisp

Lisp Pretty Print Object on One Line

How to step through some Common Lisp code, inspecting the return value of forms?

debugging emacs common-lisp

Why does this loop print the value from the previous iteration?

loops lisp common-lisp

Lisp - allow variable to be used *or* unused?

SBCL: Gather output of run-program process while running

subprocess common-lisp sbcl

Quicklisp error in Lispworks

Why is mapcar only using one of the arguments returned from values-list?

How to prevent form evaluation in lisp macros?

Common Lisp Macro That Times Execution of Forms Inside a Call

macros common-lisp

Why does this simplification make my function slower?