I've worked on the Common Lisp implementation (*in* Common Lisp, not the 
simplistic attempt implemented in Scheme).

We now have a basic-curly-infix implementation in Common Lisp; it's installed 
in the usual place (by default /usr/local/share/common-lisp/source).  It 
includes an ASDF package, which is key to making it easy to use.

You can use clisp to try it out.  If you don't have a working ASDF, the README 
explains how to create one.  Once you've configured ASDF, and loaded it, you 
can do this:

(asdf:load-system :readable)
(use-package :readable)
(enable-basic-curly)

Then {3 + 4} etc. works just fine.

--- David A. Wheeler

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to