Age | Commit message (Collapse) | Author |
|
same-named class when AOT compiling, thus replacing defclass.
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
bound-fn captures the thread-local bindings in effect where the
function is defined. Installs these bindings before executing the
body. This is useful for helper functions running in a different
thread.
Excluded with-bindings from clojure/main.clj to prevent name clash.
Fixes #170
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
|
|
|
|
fields
|
|
defaulting rest to nil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rich Hickey <richhickey@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Updated tests and added a docstring to use-fixtures.
Signed-off-by: Chouser <chouser@n01se.net>
|
|
fix #175
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
|
|
|
|
being defined
|
|
[interfaces], this
|
|
|
|
entire file load
|
|
|
|
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
Primitive Class objects are now handled explicitly
eg: (eval `(make-array ~Byte/TYPE 2))
Signed-off-by: Chouser <chouser@n01se.net>
|