|
|
|
|
|
by slifin
82 days ago
|
|
As someone who loves the clojure repl I do somewhat agree with debuggers are better If it was like a choice, Clojure has my favourite reverse debugger flowstorm which also exposes the runtime information of your program programmatically So you can code cool visual programs against the runtime values of your first program Like I built an emulator at work that simulates our program in production as a flowstorm plugin then you can step through the program frame by frame I love taking the guess work out of production issues, just get the computer to show you exactly how everything went down It's like a rewindable movie made up of thousands or millions of frames of the execution of your program |
|