replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
396 stars 25 forks source link

Support namespaces #5

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Wonder if this is possible?

mfikes commented 9 years ago

ns and in-ns work, at least in a rudimentary fashion.

Perhaps an indicator of the current ns could be a centered small display of its name (like the time stamps in messages). A current-ns atom is tracking the symbol, so it would be trivial to add a watch to add such ns indicators to the history.