Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in common-lisp

What is the quickest, simplest way to lauch a pre-existing restart?

Computing linear combination of vectors in Common Lisp

In Slime REPL (GNU EMACS), what is the shortcut to clear the current input

emacs lisp common-lisp slime

Can not launch or re-install Quicklisp: ASDF/FIND-SYSTEM::STAMP undefined

common-lisp quicklisp asdf

Read from file Common Lisp [duplicate]

file lisp common-lisp

Need help installing the GNU Scientific Library for Lisp(GSLL)

Clojure: equivalent of "do" from Common Lisp

clojure lisp common-lisp

DELETE + SETF inside a function

lisp common-lisp

Common Lisp: Why does this function cause infinite recursion?

Profiling a slow function under SBCL

profiling common-lisp sbcl

Is there a way to access slots in the superclass list in CLOS?

common-lisp clos mop

Control padding programmatically in Clojure format (java.util.Formatter), cl-format (Common Lisp format)?

Get only the keys of a plist

common-lisp

Is there a widely-accepted Common Lisp naming convention for functions modifying one or more of their arguments?

common-lisp imperative

Expand eql clause of a defmethod statement to accept any function?

function lisp common-lisp clos

Find neighbours in 2d-list, smart way

common-lisp

Understanding Generic Functions in Common Lisp?

define-modify-macro with operator argument

macros common-lisp setf

How to create a Lisp FLI function corresponding to a C macro