allison-casey / HyREPL

NREPL for Hy
MIT License
114 stars 15 forks source link

Sessions needs to have a status #10

Open Foxboron opened 10 years ago

Foxboron commented 10 years ago

Each session should have a status so we know when it gets interrupted, needs-input, is done etc.

Example from nrepl: https://github.com/clojure/tools.nrepl/blob/master/src/main/clojure/clojure/tools/nrepl/middleware/interruptible_eval.clj#L190