I'm please to announce the release of version 0.2.2 of pulley.cps 
<https://github.com/positronic-solutions/pulley.cps> -- a macro compiler 
for transforming idiomatic Clojure code into continuation-passing style, 
and runtime library to provide runtime support.

This release is a bugfix release that incorporates the following changes

   - Fixes a rather embarrassing bug where empty collection literals would 
   short-circuit the current continuation.  (cps (conj [] 1)) now returns 
   [1] instead of []!
   - Handling of fn* forms is now more robust.  Specifically, (fn* [<...>] 
   <...>) forms are now transformed properly, so e.g. (delay <...>) now 
   works.

Thank you for your feedback and support!

Nathan Davis

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to