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