Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

How would I get the min/max of a list using a key

lisp common-lisp

Distinguish &optional argument with default value from no value

Get index of list within list in Lisp

lisp common-lisp

Repeat string/character with (format)

If a string in lisp is a vector, why can't I access the first element using svref?

vector lisp common-lisp

Macro-defining macro in Racket?

Avoiding the pitfall of using anaphoric macro unwittingly

How to set SBCL's current directory using slime?

common-lisp sbcl

Reading a character without requiring the Enter button pressed

lisp common-lisp sbcl

Floating Point Precision Error

Why is the null predicate called null, not nullp?

lisp common-lisp

How do I memory map tmpfs files in sbcl?

How to configure quicklisp for offline use?

lisp common-lisp quicklisp

reading a file in common lisp

file common-lisp

What's the meaning of "#+" in the code of cl-mysql? [duplicate]

common-lisp reader-macro

Lisp - Logical operators

Why is SBCL complaining about setf?

common-lisp sbcl

Unexpected persistence of data [duplicate]

Lisp: same mathematical function evaluates to different values at different time?

lisp common-lisp

How to declare a function before its definition in common lisp?

lisp common-lisp