Re: prose - a minimal language, inspired by Io/Ioke, that compiles to Clojure and ClojureScript

2015-05-26 Thread Aaron Lebo
It isn't Google, I just don't use mailing lists often. I gave a bad URL and I figured deleted the original messages would delete the thread. Here is the repost: https://groups.google.com/forum/?hl=en#!topic/clojure/NV8ujk4L8MI On Tuesday, May 26, 2015 at 11:59:14 AM UTC-5, Fluid Dynamics wrote:

Re: prose - a minimal language, inspired by Io/Ioke, that compiles to Clojure and ClojureScript

2015-05-26 Thread Fluid Dynamics
I'm sorry, but for some reason I can't seem to view the contents of this thread. In fact, even the "reply" button on it isn't working correctly (just does nothing) so I'm having to create a "new" thread with the appropriate subject line. Google seems to have effed something up here so perhaps y

Re: prose - a minimal language, inspired by Io/Ioke, that compiles to Clojure and ClojureScript

2015-05-26 Thread Aaron Lebo
Sorry, the url is https://github.com/aaron-lebo/prose On Tuesday, May 26, 2015 at 11:49:13 AM UTC-5, Aaron Lebo wrote: > > Hi, > > I wanted to show a little project I've been working on. > > It is called prose, the syntax is heavily inspired by Io and Ioke. It is > not object-oriented, though. I

prose - a minimal language, inspired by Io/Ioke, that compiles to Clojure and ClojureScript

2015-05-26 Thread Aaron Lebo
Hi, I wanted to show a little project I've been working on. It is called prose, the syntax is heavily inspired by Io and Ioke. It is not object-oriented, though. It does compiles to readable Clojure/Clojurescript. A quick comparison of syntax: prose: sum = reduce partial(+) [1, 2, 3] sum + 1