Bruce Hauman
Bruce Hauman
Oh I see you are in vicmd mode yeah that seems broken.
I'd like to think that this is Jlines fault but I'll data a look.
Thanks Ben!
Hey, it's undertandable that you'd want this feature. But Rebel readline is mainly an api to wrap around a repl and it derives its properties from the REPL its wrapping....
I agree with the intent of this suggestion, but think that it may apply to a different middleware? As piggieback's api, which wraps the `cljs.repl/repl` api, allows only one IJavaScriptEnv,...
This idea is interesting, I have another idea in the pipeline, a `:passthrough` attribute that when set to `true` passes the eval op down to the interruptible eval while ensuring...
Abusing the conditional reader is a very interesting solution.
In fact, we could set it up so that it's not really abuse, it's just that an implied conditional is set for code without conditionals.
Practically speaking in the short term, this means top level reader conditionals of the form `#?(:clj (print "hello"))` would cause piggieback to unwrap and forward the eval to the clojure...
@arichiardi `:passthrough-eval true` is the most general and simplest solution here I'm not a believer in a mini protocol, it's coupled and specific and would require an every growing set...