Workflow question - how do you guys manage your "scratch file" in conjure? Do you always change (ns http://abc.xyz) on the first line before evaluating code? Or is there a more elegant way?
You can also use :helpgrep b:conjure#context
to set a buffer's namespace (context) to a specific string without putting it in the buffer itself.
Thanks @olical - that does the job!
I have a separate tree of files that all have appropriate namespaces, and I add that tree of files when I launch the repl
so for namespace app.foo.bar
, I have fiddle.foo.bar
with my scratch code and rich comments
and in the fiddle namespace, I either refer all from the other namespace or just qualify all my calls into it