Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Common Lisp: How to return a list without the nth element of a given list?

lisp common-lisp

Common Lisp: first returns first, but last returns a list of last -- huh?

lisp common-lisp

Does Lisp have something like Haskell's takeWhile function?

Return list without last element in common lisp

list common-lisp

Why does this Lisp macro as a whole work, even though each piece doesn't work?

macros lisp common-lisp gensym

getting standard input and storing it as a string in lisp

string lisp common-lisp stdin

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?