Hi all,
I'm currntly writing a build system based on clojure. On this way I defined a
record called Dependency:
(defrecord Dependency [aspect project runtime dev transitive]
...)
Lateron I try to create lib directories (lib/aspect, lib/project, lib/runtime
...). So it would be nice, if
Am Dienstag, 5. April 2011, 23:53:56 schrieb Stuart Sierra:
> defrecord does not, at present, produce a first-class Clojure object, just
> a Java class that implements Clojure's map interfaces. So there's no
> "Record" object to ask questions about. As Meikel said, you could use
> Java reflection
Hi,
> > A couple of hundred ms seems very very plausible for GC. What is your
> > target/desired maximum pause time?
>
> below the 10s of milliseconds if possible.
There is a real timeable vm from AICAS (http://www.aicas.com/).
If "10s of milliseconds" mean 10 ms - than you will nead a real fast