Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Common Lisp Binding in Loop Macro

How to programmatically insert comments into a Microsoft Word document?

Concise Lisp code to apply a list of functions all to the same argument(s) and get a list of the return values?

Online tutorial on lisp [closed]

lisp common-lisp

Managing external resources (similar to RAII in C++?)

opengl common-lisp

Unroll / splat arguments in common lisp

common-lisp splat

Lisp Style question label local functions or not?

How do I beautify lisp source code?

clojure scheme 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