The "develop" branch now has an implementation of curly-infix, neoteric, and 
sweet-expressions directly written in Common Lisp.

You can try them out, e.g.:
cd $READABLE_DIRECTORY
clisp # Or your_favorite_cl

(require 'asdf) ; or (load "tests/my-asdf.lisp")
(asdf:load-system :readable)
(readable:enable-sweet)


It works well enough that you can just enter the factorial example and it will 
work.  Sweet-expression semantics for #|...|# and #;datum work correctly too, 
as does '+space.  Since it can get to that point, I'm counting it as yet 
another implementation for purposes of SRFI-110 (which can now note that 
sweet-expressions have been implemented 4 times: old Scheme, new Scheme, ANTLR, 
and Common Lisp).

There are still a number of "TODOs" in the Common Lisp version, particularly 
for backquote and comma, but it's still progress!

--- David A. Wheeler


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to