Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

Graham's Ansi Common Lisp: p.170 having trouble understanding example

lisp common-lisp

Emacs using Common Lisp with cl-lib.el

emacs common-lisp elisp

Quoting surrounds its output with pipes - why?

lisp common-lisp

Is there a standard/portable way to query if a symbol stands for a symbol macro?

lisp common-lisp sbcl

How can I access a slot with class allocation without creating an instance?

common-lisp clos

Difference between quote, list when used in equal

common-lisp

closure-common: sbcl borks because standard readtable modified

lisp common-lisp sbcl

Start working with large Lisp "library" (Calendrical Calculations)

Common lisp macro syntax keywords: what do I even call this?

How to use usocket to create a connection? (common lisp)

sockets common-lisp usocket

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