Access static information of records?

2011-04-05 Thread Michael Jerger
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

Re: Access static information of records?

2011-04-05 Thread Michael Jerger
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

Re: minor pauses

2011-04-08 Thread Michael Jerger
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