On Friday, June 13, 2014 12:48:34 PM UTC-7, Nikita Beloglazov wrote: > > Friday the 13th and a full moon is ideal time for a release! > > Happy to announce release of Quil 2.1.0. It is available on clojars: > https://clojars.org/quil > > Here is the list of changes: > > - Middleware <https://github.com/quil/quil/wiki/Middleware> support. > - Functional mode > <https://github.com/quil/quil/wiki/Functional-mode-%28fun-mode%29> > support. > - Updated to Processing 2.2.1. > - New methods: resize <http://quil.info/image.html#resize> and > state-atom <http://quil.info/state.html#state-atom>. > - :no-safe-draw feature renamed to :no-safe-fns. > - Fixed NPE when exiting :p2d sketch using "esc" key. #110 > <https://github.com/quil/quil/issues/110>. > - Wrap all user-provided function to safe wrappers. #106 > <https://github.com/quil/quil/issues/106>. > > Most interesting changes are middleware > <https://github.com/quil/quil/wiki/Middleware> and functional mode > <https://github.com/quil/quil/wiki/Functional-mode-%28fun-mode%29>. Take > a look at them. >
Haven't time to experiment with it right now, but functional mode looks *wonderful*. > Thanks Maksim Karandashov for contributing and help with release testing. > > Future plans: > > - Quil on ClojureScript - GSoC project which Maksim is working on. > - More cool middleware. There some ideas on middleware wiki page, feel > free to grab and implement them. Would be happy to get more > ideas/implementations. > - Work on http://quil.info to make it more than simple API site. > > Your feedback is welcome. > > Happy hacking! > > > Nikita Beloglazov > -- 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.
