Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lisp

What's the benefit of using Sharpsign Dot?

lisp common-lisp reader

How do I apply a symbol as a function in Scheme?

lisp scheme

Make macros and functions integrate more seamlessly

What is the best language in which to write an expert system? [closed]

lisp expert-system jess

Accessing active symbol table in Common Lisp

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

Are there whole-program-transforming macros in Lisp or Scheme?

Why my merge sort implementation in Scheme is so slow?

(emacs) lisp: search anything in a ((nested) list)

algorithm emacs lisp elisp

Get a pointer to a list element in Emacs Lisp

lisp elisp

In Common Lisp what is a printed representation?

Is there anything similar to return statement of C in Lisp?

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?