Unrepl / unravel

Unravel your REPL
171 stars 6 forks source link

Indent to match first line in multi-line mode #44

Open pesterhazy opened 6 years ago

pesterhazy commented 6 years ago

Like lumo

cljs.user=> (->> (range 5)
       #_=>  (map identity))
(0 1 2 3 4)
cgrand commented 6 years ago

What about ditching the regular prompt in favor of a “prompt bar”?