Re: functions and macros in memory

2009-02-27 Thread Konrad Hinsen
On 27.02.2009, at 14:46, Mark Volkmann wrote: > Is it correct to say that each loaded function is represented by an > AFn object in memory? Each compiled function becomes a class that extends AFn. When the function is created in the Clojure code, an object is generated from this class. If yo

functions and macros in memory

2009-02-27 Thread Mark Volkmann
Is it correct to say that each loaded function is represented by an AFn object in memory? Are macros represented in memory in the same way? -- R. Mark Volkmann Object Computing, Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th