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:

repost (bad url): prose is a minimal language that is inspired by Io and Ioke that compiles down to Clojure and ClojureScript

2015-05-26 Thread Aaron Lebo
m + 1 println Clojure: (def sum (partial reduce +)) (println (+ 1 (sum [1 2 3]))) I used Instaparse for it, which was incredible. https://github.com/aaron-lebo/prose -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gr

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 > n

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

2015-05-26 Thread Aaron Lebo
m + 1 println Clojure: (def sum (partial reduce +)) (println (+ 1 (sum [1 2 3]))) I used Instaparse for it, which was incredible. https://github.com/aaron-lebo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-29 Thread Aaron Lebo
Just saw that you are actually in the system here: http://www.kodefund.com/users/8/ The 500 error probably was in sending off the validation email, which you dont need to login. Sorry, some of these little things pop up from time to time. On Sun, Jul 29, 2012 at 2:47 PM, Aaron Lebo wrote

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-29 Thread Aaron Lebo
m> wrote: > getting http 500 after registration =( > > > On Thursday, July 26, 2012 10:59:46 PM UTC+3, Aaron Lebo wrote: >> >> Hello! >> >> Sometime around 2 and a half months ago, I started to work on a new >> project using Clojure. I've been using Python h

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-29 Thread Aaron Lebo
> > Curious: If you didn't find what you needed in Java's standard class > library, where else did you go looking for Java libraries? > Usually it was just a matter of Googling something like "java rss" if I was in need of an rss library. Once I found a library which seemed useful and supported, i

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-29 Thread Aaron Lebo
nt the same convenience. On Sat, Jul 28, 2012 at 12:12 AM, Samrat Man Singh wrote: > I can't access your site. Also, I wanted to ask whether you used Noir or > used a lower-level option(Compojure,etc)? > > > On Friday, July 27, 2012 1:44:46 AM UTC+5:45, Aaron Lebo wrote: &

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-27 Thread Aaron Lebo
Vinzent rather. On Friday, July 27, 2012 3:15:46 PM UTC-5, Aaron Lebo wrote: > > Yes, I actually just set it up. Very easy. Thank you. > > Vincent thanks for pointing that out. > > On Friday, July 27, 2012 3:12:02 PM UTC-5, Mark Rathwell wrote: >> >> > > I

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-27 Thread Aaron Lebo
0 PM, Mark Rathwell > wrote: > > > > > I haven't setup the "naked" domain, as heroku advises against that. > > > Perhaps I should? > > > > Usually you can setup a 301 redirect from the naked domain to www with > > your registrar.

Re: Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-27 Thread Aaron Lebo
It is http://www.kodefund.com. I haven't setup the "naked" domain, as heroku advises against that. Perhaps I should? On Friday, July 27, 2012 2:37:51 PM UTC-5, Vinzent wrote: > > Very cool! Thanks for sharing. It's interesting to read such a detailed > report about experience with the language.

Experiences developing a crowdfunding site for open source projects in Clojure (from a Python background)

2012-07-27 Thread Aaron Lebo
Hello! Sometime around 2 and a half months ago, I started to work on a new project using Clojure. I've been using Python heavily for about 6 six years working for a small direct mail company and before that started programming with Ruby on Rails. This new project was something out of left field