Skip to content

Comment on One Major Difference Between Clojure and Common Lispparent

Comments

It's idiomatic to use a sublanguage. Think FORMAT. CLOS. Control flows using the condition system. LOOP is just another style to extend Lisp. There are older libraries which use similar style.

Simple example from Winston&Horn's book LISP for a database query language:

   (db-select screwdrivers with color eql red)
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.