Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Why can't CASE be used on string values and only symbol values?

Is It Better Practice To Use package-name:symbol In Code Or :use :package-name In A DEFPACKAGE?

lisp common-lisp

How to define symbols that will work like ( and ) by symbol macro?

macros common-lisp symbols

A good source for lisp libraries? [closed]

lisp common-lisp

Common lisp: is there a less painful way to input math expressions?

Writing a ++ macro in Common Lisp

macros lisp common-lisp

Does sbcl consider whether a function has side-effects when optimizing?

common-lisp sbcl

Does Clojure's single-namespace approach constrains you in any way when programming macros?

macros clojure common-lisp

How to undo a `declaration` proclamation?

common-lisp

Common Lisp equivalent to Haskell's main function?

Are there any good resources for the Actor Model in Common Lisp, and good documents on the Actor Model in general?

Common Lisp: A good way to represent grammar rules?

Is there a way to get the CLISP compiled with dynamic FFI support on Mac OS?

Lisp syntax highlighting for ICSharpCode.TextEditor

common lisp auto completion on aquamacs

How can I get syntax highlighting for common lisp in SLIME's REPL?

emacs common-lisp slime

Stepping in sbcl from within the debugger