Hi, Dunaj v0.5.0 has been released [1]. Dunaj lite, a library only version of Dunaj, has been updated too [2].
Highlights of the new version * Built on top of Clojure 1.7.0 RC1 * Changed semantics of qualified specials. The handling of special symbols is now backwards compatible with Clojure * Supports :let modifier in cond, when-let and if-let, similar to CLJ-200 Full list of changes can be found at [3]. Dunaj is a set of core language experiments aimed to improve Clojure language and its core API. It deals with language features that require changes across different parts of Clojure and which cannot be evaluated in isolation. Dunaj is an effort to bring Clojure even more towards simplicity, consistency and performance. Best, Jozef [1] http://www.dunaj.org [2] http://lite.dunaj.org [3] http://www.dunaj.org/news.html On Monday, April 13, 2015 at 10:26:29 AM UTC+2, Jozef Wagner wrote: > > Hi all, > > I've just released a version 0.4.0 of Dunaj [1], that contains some > bugfixes and is built on top of Clojure 1.7.0 beta1. Dunaj provides an > alternative core API for Clojure, introducing a set of core language > experiments aimed to improve Clojure language and its core API. > > Starting from this version, Dunaj now provides a library only version > called Dunaj lite. The codebase is shared, and Dunaj lite supports nearly > all of Dunaj’s functionalities. Dunaj lite is ideal for cases where you > want to evaluate Dunaj in existing projects, or in cases you cannot or > don’t want to use custom Clojure forks. See Dunaj lite homepage [2] for > more information. The main differences are: > > * bit more verbose and less elegant usage > * small decrease of performance > * no qualified special symbols > * no changes to primitive types > > I've also started blogging at [3], where I plan to focus on Dunaj's > individual features and its usage in real world cases. > > Best, > Jozef Wagner > > [1] http://www.dunaj.org > [2] http://lite.dunaj.org > [3] http://blog.wagjo.com > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
