Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Common Lisp function or idiom for creating a temporary file name?

common-lisp

Is it better to put the defpackage in a separate file when creating packages

lisp package common-lisp

Why does `sxhash` return a constant for all structs?

struct lisp common-lisp

Bizarre quoted list example from On Lisp

Function names as strings in Lisp?

lisp common-lisp

How to process input and output streams in Steel Bank Common Lisp?

lisp common-lisp sbcl

Common Lisp's symbol-name in Clojure?

clojure common-lisp

What is wrong with the following Common Lisp macro using gensym?

lisp common-lisp

emacs setup for both clojure and common lisp with slime-fancy (slime-autodoc)

Lisp: advanced string comparison

lisp common-lisp

LISP local/global variable assignment

lisp common-lisp

How do I write a macro-defining macro in common lisp

macros lisp common-lisp

Static code analysis tool for Common Lisp?

Hierarchy of standard-object and standard-class in Common Lisp

lisp common-lisp clos

How to watch out for the fact that NREVERSE may modify CARs instead

lisp common-lisp

Load file with a relative path

lisp common-lisp

In Common Lisp, how to define a generic data type specifier (like list of integers)?

common-lisp

Percent sign in defun and defstruct

Any good way to declare unused variables in destructuring-bind?

Land of Lisp example redundency?