Rob Norris

Results 236 comments of Rob Norris

Well, wait. It's more complicated than that. I need to trim the lines before processing them and then re-ident everything as it comes back from the REPL.

:+1: ... or maybe provide canned input somehow? I'm already snarfing up `System.out` so I could muck around with `System.in` too.

Need to be certain it can handle GFM though.

And it would break things like remark.js slide sets, so you would need to wrap it again with JSoup or something in that case …

I'm not sure how useful this is because if it meant "at least one thing must fail" then a failure in *another* line you expected to succeed would no longer...

tut is really crufty already so I'm not sure how hard it would be. Probably irritating but certainly not impossible. It may be easier to do in a second pass...

I can't get the website to work but I'll play around with it locally. Thanks.

It also occurs to me that this might be a better contribution to Scala itself since most of us would like to have this behavior for real in the REPL.

Might be possible via some kind of integration with Ammonite?

You mean per-shed? Are you thinking something that works like `:paste` mode in the REPL?