Re: Without breakloop not much of a REPL

2021-02-01 Thread Andy Fingerhut
There is no reason to merely imagine ... you can do it today. Here is a transcript of Stuart Halloway's "REPL-Driven Development" talk with links to sources that he mentions: https://github.com/matthiasn/talk-transcripts/blob/master/Halloway_Stuart/REPLDrivenDevelopment.md The part of that talk w

Re: Without breakloop not much of a REPL

2021-02-01 Thread Nesvarbu Nereikia
Thanks Brandon, what a productivity booster the breakloop wold be, huh? Basically would save you time and mental energy every time you sprinkle your code with print statements now. On Friday, January 29, 2021, Brandon R wrote: > This may be the talk I was thinking of: https://vimeo.com/223309989

Re: Without breakloop not much of a REPL

2021-01-29 Thread Brandon R
This may be the talk I was thinking of: https://vimeo.com/223309989 On Fri, Jan 29, 2021 at 10:04 AM Brandon R wrote: > I believe what's described in that post is possible in Clojure, at least > to an extent. I can't remember where I saw it described, but I think it was > a talk by Stuart Hallow

Re: Without breakloop not much of a REPL

2021-01-29 Thread Brandon R
I believe what's described in that post is possible in Clojure, at least to an extent. I can't remember where I saw it described, but I think it was a talk by Stuart Halloway. IIRC you can configure Clojure to run clojure.main/repl when an exception is thrown, this puts you into a new sub repl with