session icon indicating copy to clipboard operation
session copied to clipboard

Show and store namespaces for each loop

Open kapilreddy opened this issue 13 years ago • 2 comments

Add mechanism to switch namespaces on each loop.

kapilreddy avatar Dec 31 '12 09:12 kapilreddy

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.

kovasb avatar Jan 03 '13 04:01 kovasb

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.

kapilreddy avatar Jan 03 '13 07:01 kapilreddy