Re: I'm starting to wonder if I'm the only person using clooj ...

2013-07-01 Thread Plinio Balduino
For those who use Clooj, looks like Mr Edelstein fixed the problem. On Friday, June 28, 2013 1:43:03 PM UTC-3, Plinio Balduino wrote: > > Yup. It's the same problem. That lib is only available on OSX. > -- -- You received this message because you are subscribed to the Google Groups "Clojure" g

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Plínio Balduino
Yup. It's the same problem. That lib is only available on OSX. On Fri, Jun 28, 2013 at 1:04 PM, Gary Trakhman wrote: > Happens on linux too: > gary@gary-dell:~/dev$ java -jar ~/Downloads/clooj-0.4.1-standalone.jar > # > java.lang.ClassNotFoundException: com.apple.eawt.FullScreenUtilities >

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Gary Trakhman
Happens on linux too: gary@gary-dell:~/dev$ java -jar ~/Downloads/clooj-0.4.1-standalone.jar # java.lang.ClassNotFoundException: com.apple.eawt.FullScreenUtilities at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Plinio Balduino
Hi there I sent a pull request fixing this Apple lib issue. https://github.com/arthuredelstein/clooj/pull/119 I'm not in Clooj list and never heard about before, but it sounds like an awesome project. Regards Plínio On Thursday, June 27, 2013 11:05:56 PM UTC-3, Cedric Greevey wrote: > > I'm

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Gary Trakhman
I wanted to try out 0.4.1 on my desktop, is there a trick to getting it to run on windows? It errored out with something that looked like OSX-specific AWT usage. I can look at it more deeply some time. On Fri, Jun 28, 2013 at 10:06 AM, Lee Spector wrote: > > On Jun 28, 2013, at 4:53 AM, Rich M

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Lee Spector
On Jun 28, 2013, at 4:53 AM, Rich Morin wrote: > > That said, I'm also very interested in Light Table, which appears to be > developing rapidly into an open framework for IDE experimentation. So, > I'm wondering whether it might be easier and more productive (over the > long term) to create some

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Rich Morin
On Jun 27, 2013, at 21:53, Arthur D. Edelstein wrote: > Thanks again to both of you for your comments, suggestions, and bug > reports. Cedric's recent observations on clooj are very helpful and I > do hope to fix some of the problems soon. Sorry I've been unable to > maintain clooj at a reasonabl

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-27 Thread Arthur D. Edelstein
Hi Cedric and Lee, Thanks again to both of you for your comments, suggestions, and bug reports. Cedric's recent observations on clooj are very helpful and I do hope to fix some of the problems soon. Sorry I've been unable to maintain clooj at a reasonable pace. Arthur On Thu, Jun 27, 2013 at 7:

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-27 Thread Lee Spector
I use it, as do many of my students. I also cheerlead for it here and there occasionally because I think that it occupies a unique sweet spot in the Clojure ecosystem, combining substantial, useful functionality (even if one must sometimes augment it with command line calls to lein) with elegan