Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Juan Martín
Hi Sean, Thanks you for the kind words and for creating issue on the project! I'll look into them as soon as I can. Cheers, Juan On Friday, June 27, 2014, Sean Corfield wrote: > Nice piece of work - especially for a school project at any level! Impressive! > Sean > > On Jun 27, 2014, at 8:00 A

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Raoul Duke
> I've been on Java 8 on my development Mac for ages. The only thing holding > us back from going to Java 8 in production is New Relic don't yet support > it... > > We upgraded our entire stack to Java 7 back in October and I thought we were > late since Java 6 had been EOL'd for so long :) i'm on

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Sean Corfield
I've been on Java 8 on my development Mac for ages. The only thing holding us back from going to Java 8 in production is New Relic don't yet support it... We upgraded our entire stack to Java 7 back in October and I thought we were late since Java 6 had been EOL'd for so long :) Sean On Jun 27

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Juan Martín
Hi Raoul, There are some things included in JDK 1.7 that some of the dependencies use (at least one of them that I'm sure of which uses java.nio package) which makes it hard to make the application compatible with 1.6. It's not for lack of trying since I considered downgrading to Java 1.6 (see he

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Raoul Duke
ugh, thanks. nice how i can just update it with app store. oh, wait?? -- 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

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Kurt Schrader
JDK 7 installer for Mac OS X is here: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java 6 is no longer supported (as of Feb 2013, well over a year ago), you should think about upgrading. On Fri, Jun 27, 2014 at 5:50 PM, Raoul Duke wrote: > why does it req

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Raoul Duke
why does it require java 1.7? this newish mavericks macbook only has 1.6 so i would guess you've just made it hard for a lot of people to try this out? :-( -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Sean Corfield
Nice piece of work - especially for a school project at any level! Impressive! Sean On Jun 27, 2014, at 8:00 AM, juan.facorro wrote: > Hello Clojurians! > > I wanted to share with you a project called Clojure Lab, an IDE for Clojure > in Clojure. > > https://github.com/jfacorro/clojure-lab >

Re: [Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread Shantanu Kumar
Downloaded and tried. It's very neat! Thanks for sharing. Shantanu On Friday, 27 June 2014 20:30:37 UTC+5:30, juan.facorro wrote: > > Hello Clojurians! > > I wanted to share with you a project called *Clojure Lab*, an *IDE for > Clojure in Clojure*. > > *https://github.com/jfacorro/clojure-lab

[Request for Feedback] Clojure Lab: IDE for Clojure in Clojure

2014-06-27 Thread juan.facorro
Hello Clojurians! I wanted to share with you a project called *Clojure Lab*, an *IDE for Clojure in Clojure*. *https://github.com/jfacorro/clojure-lab * Yes! Another IDE for Clojure, uhm... the more the merrier? This project started as a learning exe