Startup times for large clojure projects?

2012-04-09 Thread rogerdpack
Just had a question on startup times, if anybody has had experience here: I know (on my local box) clojure takes about 1.3s to "load" C:\> cat yo.clj (+ 1 2 3) C:\>timer java -cp clojure-1.3.0.jar clojure.main yo.clj 1.347414 So I guess my question is "is this all the overhead I'm likely to enco

Re: ANN: SoyMacchiato - JDK7 for OS X

2011-05-26 Thread rogerdpack
> I've been doing some experimentation with Clojure on various setups of > Java/JDK 1.7, including the DaVinci Machine enhancements. Do you find it reasonably stable on OS X? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: easier exit

2011-03-03 Thread rogerdpack
> > Also is there any way to contribute patches to the clojure website > > itself? (maybe put it up on github too?) > > Instructions on the patch process are > athttp://dev.clojure.org/display/design/JIRA+workflow.  Issues waiting for > patches are > athttp://dev.clojure.org/jira/secure/IssueNa

Re: easier exit

2011-03-03 Thread rogerdpack
On Feb 25, 9:43 am, Stuart Halloway wrote: > > Hello all. A bit new to clojure here.  Anyway I found it a bit > > difficult to exit from a REPL. > > Would a patch to make it give instructions (like Python's > > > C:\>c:\installs\Python26\python.exe > exit > > Use exit() or Ctrl-Z plus Retur

easier exit

2011-02-24 Thread rogerdpack
Hello all. A bit new to clojure here. Anyway I found it a bit difficult to exit from a REPL. Would a patch to make it give instructions (like Python's C:\>c:\installs\Python26\python.exe >>> exit Use exit() or Ctrl-Z plus Return to exit >>> ) like that have a chance to be accepted? Also is the

Re: ANN: ElephantDB, a distributed database written in Clojure

2011-02-24 Thread rogerdpack
How was clojure speed-wise for you? Was it blazingly fast? Just good enough? -r -- 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 pa