sjl / temperance

A logic programming library for Common Lisp.
https://sjl.bitbucket.io/temperance
MIT License
58 stars 5 forks source link

Add read macro for lists #9

Open sjl opened 8 years ago

sjl commented 8 years ago

(list foo bar) and (list* head tail) are annoying to type. A little read macro that converted [foo bar] and [foo . bar] to those forms would be nice. Should probably be in a separate package so you don't have to pull in named-readtables unless you really want to.