Hi,
In the Joxa documentation(
http://joxa.readthedocs.org/en/latest/), there is a section 5.1.16 about `define'.
This section is quite brief. When I ran the example code of this section
in Joxa shell, error occurs like:
oxa-is> (require joxa-core)
ok
joxa-is> (joxa-core/define :true :hello)
:0:0 *error* 'invalid-fn-form'
:0:0 *error* invalid reference defmacro/3
error
What is this `define' designed for? And how to use it correctly?
Any comment or information is appreciated.
Dylan