Hacker News new | past | comments | ask | show | jobs | submit login

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)



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: