Show and store namespaces for each loop
Add mechanism to switch namespaces on each loop.
Something like this would be great.
I wish there was a plugin system that would make it trivial to write little extensions like this.
Basically something that just had a very simple interaction with the datomic db, and programmatically mapped into a simple UI element that sits in a toolbar above the loop or something.
A plugin system is great idea. This might be a little complex to write/define since it will have many layers to handle ex Browser side: Rendering, Event Binding, Data in/out through websockets. Server Side: Rendering, Datomic, Websockets request/response handling I might be missing something here but you get the idea.