Age | Commit message (Collapse) | Author |
|
no more . in deftype/reify methods
no more implicit this, must be first param
|
|
my.ns.Protocol interface
names get munged
reify, deftype, protocol callsites and . calling munge
gen-interface is dynamic (undocumented as yet, interface TBD)
|
|
|
|
|
|
|
|
Signed-off-by: Rich Hickey <richhickey@gmail.com>
|
|
Signed-off-by: Timothy Pratley <timothypratley@gmail.com>
Signed-off-by: Rich Hickey <richhickey@gmail.com>
|
|
|
|
Signed-off-by: Rich Hickey <richhickey@gmail.com>
|
|
Granularity and control options for these still TBD, right now all of clojure* is direct linked, and contrib.mock known failing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same-named class when AOT compiling, thus replacing defclass.
|
|
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
fields
|
|
defaulting rest to nil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #175
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
|
|
|
|
being defined
|
|
[interfaces], this
|
|
|
|
entire file load
|
|
|
|
|
|
|
|
Primitive Class objects are now handled explicitly
eg: (eval `(make-array ~Byte/TYPE 2))
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|