Re: Recommended JVM flags for Clojure

2010-01-07 Thread borgees
Have you tried running with escape analysis on? It might help take some of the burden off the garbage collector. -XX:+DoEscapeAnalysis On Jan 7, 4:20 am, Gabi wrote: > Hello fellow Clojurians, > > I got lots of "java.lang.OutOfMemoryError: GC overhead limit exceeded > " exceptions ,and after a

ClassCastException using let

2010-04-26 Thread borgees
I'm a clojure newbie, trying to automate a script at work and running into an issue. Given a function (defn diffCommonOrders "For each order, checks the two execs maps for the entries and reports the differences" [orders1 orders2 execs1 execs2] (for [order (vals orders1) :when (not-empty

Problem using :require :as

2010-05-23 Thread borgees
I'm trying to use the units library but am running into issues testing the example posted here: http://onclojure.com/2010/03/23/computing-with-units-and-dimensions/ I've reproduced the issue in leiningen My example is a file called helloworld.clj: (clojure.core/use 'nstools.ns) (ns+ helloworld

Re: Clojure REPL for Android

2011-02-16 Thread borgees
Awesome! I've been looking for something like this for a long time! I would have loved to have this while I was reading Stuart Holloway's book on my Vibrant on the subway. Nice job! Adam On Feb 15, 8:57 pm, Daniel Solano Gómez wrote: > Hello, all, > > Over the past week and a half or so, I have