#clojure logs

2008-05-18

09:52blackdogwould it be fair to say that clojure would have a performance closer to scala than jruby for example?
09:55rhickeyI can't comment on Scala, but let's say Java instead. Yes, should be closer to Java _except_ for numerics, where Clojure is currently stuck with boxed numbers like the other dynamic languages. There are opportunities to inline some ops within-function (I think Kawa does some of that, but Clojure currently does not).
09:57blackdogthanks for the answer, i'm trying to learn clojure as my first lisp
09:58blackdogso far so good, thanks!
09:58rhickeyyou're welcome
10:38ozzileerhickey: I've been reading backwards in the "enhanced host call syntax" thread. If we get rid of the "hosty" (s.substring 2 5) syntax, couldn't we always assume (x.y ...) refers to package.class, thus using (foo.bar baz) as (new foo.bar baz)?
19:08ChouserI (and therefore the channel log) was offline for a while there.
19:08ChouserThe last thing I have is ozzilee asking about the hosty syntax this morning. Did I miss anything?
19:10agriffisno
19:11Chousergreat, thanks.