Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Common Lisp GUI Programming With System Calls

NP-Complete Appetizers bug

Why does this expression not work as expected in Common Lisp?

lisp common-lisp apply

Common Lisp's copy-tree: Which objects will be referenced in common by the original and the copy?

How do I get the list of all environment variables available in a Lisp process?

lisp common-lisp sbcl ccl cffi

asdf:test-system from a Makefile doesn't return an error return code

common-lisp asdf

How can I generate series of Pell numbers instead of a specific one in Lisp

lisp common-lisp

Can 'cond' fully replace 'if' statements?

lisp common-lisp

A vector of integers is not a subtype of arrays of numbers, why?

types lisp common-lisp sbcl

Parameterizable return-from in Common Lisp

lisp common-lisp eval block

Backquote without parens

macros clojure common-lisp

How to force Quicklisp to download a library?

common-lisp quicklisp

Common Lisp - Pattern Matching

Expressions and arithemetics in common lisp functions

How to inline functions in Common Lisp

common-lisp inline

How to convey current thread's bindings to another thread?

Why I can't install quicklisp? ("Package QUICKLISP-QUICKSTART does not exist")

How to determine the calling environment?

common-lisp

Why in Common Lisp, when I run the function "acos" with an argument of 1, is the answer is wrong?

common-lisp sbcl