Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rich Hickey <richhickey@gmail.com>
|
|
|
|
|
|
|
|
target, now: target type, target class, superclasses (not interfaces) of target (in reverse derivation order, not including Object), interfaces (in arbitrary order for now), Object
|
|
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
|