because 'tis the Origin of the Root... The Radicle is likewise called the seminal Root.
- Vallemont, Curiosities of nature and art in husbandry and gardening (1707)
A LISP in the spirit of Black and other colors.
Install stack. Then:
stack build
stack test
Running scripts and a REPL are the same thing - some scripts (in particular
rad/repl.rad
) just define a REPL.
You should probably run the client against radicle.xyz for fuller functionality.
stack exec radicle-client -- --config rad/repl.rad --url radicle.xyz
The language currently lacking good documentation. A good place to get a sense for it is in the rad/ directory, which contains a number of radicle files.
Variables defined there are usually documented. This means you can type (doc 'ident)
to retrieve documentation for the identifier ident
.