Skip to content

0.0.5

Compare
Choose a tag to compare
@tgbugs tgbugs released this 21 May 11:27
· 55 commits to master since this release
use quote internally, and implement namespaces

('quote', <expr>) is much easier to work with internally than "'expr" because
it more consistent and explicit rather than having implicit knowledge of
where we expect quotes by convention

implemented namespaces for that protc: and param: don't fight eachother
in the python impl (sigh python naming conventions), despite the fact
that in racket it doesn't matter at all