Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What program can help a REPL shell remember and search history?

Printing Colored Characters in Lisp / Emacs

emacs lisp

What would be an example of an anaphoric conditional in Lisp?

lisp conditional

SBCL Switches print and read order (lisp)

printing lisp sbcl

How do I detect functions that I can apply tail call optimisation to?

Installing packages in Racket

How do I format a single backslash in common lisp?

How to write a recursive macro call on a &REST parameter in Lisp?

Enabling autocomplete in sbcl

autocomplete lisp sbcl

Does Scheme/Racket have an enumeration operation?

What's the best way to sort a hashtable by value?

lisp clisp

Common Lisp: compilation vs evaluation

Can macro expansion contain (declare ...) expressions?

macros lisp common-lisp

Why isn't there a BOOLEANP predicate?

lisp common-lisp

Elisp: Bind a lambda in a Let and execute it [duplicate]

emacs lisp elisp

Understanding function `tailp` in Common Lisp

lisp common-lisp sbcl clisp

How to use a "taken" word as a CLOS generic

How to write this Lisp / Scheme code?

lisp scheme

How can I tell if a list has a third item?

lisp scheme

Simple LISP function not working

lisp common-lisp