Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

Is there a Scheme equivalent to SBCL's run-program?

How abstract is Objective-C compared to Lisp? [closed]

objective-c lisp

Get list of user created variables

lisp common-lisp

Using 'ash' in LISP to perform a binary search?

With MIT-Scheme, is there a way to inspect a compound-procedure object?

Emacs cannot save customizations- init file not fully loaded

unix ubuntu emacs lisp

How to enable rainbow parentheses in SLIME?

emacs lisp common-lisp slime

The purpose of Lisp syntax to model AST

lisp

CLOS: How to make a slot have an enforced type of vector of symbols?

lisp common-lisp sbcl clos

Why (list + 1 2) evaluates to ('(+ 1 2) 1 2) in Common Lisp

lisp common-lisp

"Fake" global lexical variables in Common Lisp

Statically-typed dialect of Lisp with type inference, for Windows?

windows lisp type-inference

How to set local function definition using function (or closure) objects?

lisp common-lisp

With case, which is the best of these methods for expressing the cases?

lisp common-lisp

make-keyword-map in Clojure - Idiomatic?

clojure lisp idioms

continuation in common lisp by macros -- regarding an implemetation in OnLisp

Changing copies of lists in LISP

Is there any way to get a variable address in Common Lisp?

Why does not Clojure support private functions in macro?

Nicer pythonic `join` in common-lisp