kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
459 stars 36 forks source link

printed output isn't captured in a loop #2

Open hiredman opened 12 years ago

kovasb commented 11 years ago

This is pretty high on the todo list. We want std-out and std-error captured as datomic attributes on the computation, and websocketted into the UI.

Haven't yet figured out the best way to do this (new entity per line versus one big string.. leaning towards one entity per line)