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
encounter" for startup times for projects in clojure?  For large
projects, what are typical load times?  Just trying to figure out if
clojure would work for my next project.
Thanks!
-roger-

-- 
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 your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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/IssueNavigator.jspa?mode=hide&requ

I was referring to patches against the text of http://clojure.org/
itself is that patchable somewhere?
Cheers!
-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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 Return to exit
>
> > )
>
> > like that have a chance to be accepted?
>
> Hi Roger,
>
> Thanks for asking--it is always good to start on the mailing list before 
> going to the trouble of making a patch. A REPL exit patch would not be 
> accepted, for the following reasons:
>
> (1) The problem, and its solution, are far from clear and compelling. 
> Python's approach to this is not universally hailed as a good one.

I believe the "problem" in this case is that typically, one types exit
to exit a shell (bash, ruby, python [warns you that this doesn't
work]). This is quite convenient for newcomers (and no other shell
that I'm aware of, in windows, requires a ctrl+d or ctrl+z to exit).
Cheers!
-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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 there any way to contribute patches to the clojure website
itself? (maybe put it up on github too?)
Cheers!
-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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en