Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

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

lisp common-lisp

How can I apply a new Emacs C style to reformat all my source files?

Getting reference to the JavaScript Function object behind an operator

Get index of list within list in Lisp

lisp common-lisp

Clojure - Quoting Confusion

macros clojure lisp

multiplication of empty list in emacs lisp

emacs lisp scheme

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?

RAII in Scheme?

lisp scheme raii

Scheme macro triggered by keyword which is not the head of a list

macros lisp scheme

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 to configure quicklisp for offline use?

lisp common-lisp quicklisp

Compiled dynamic language

Clojure Method Missing

java ruby clojure lisp

lib names inside prefix lists must not contain periods

Generating Fibonacci series in Lisp using recursion?

recursion lisp clisp

Lisp - Logical operators

Why does using cons to create a pair of two lists produce a list and two elements?

lisp scheme racket