6 ms·
>REPL-driven-development, or interactive-programming. Inspired by Clojure. But without having to leave your IDE to code in a console/prompt/terminal. You don't
by markc 5y ago
>REPL-driven-development, or interactive-programming. Inspired by Clojure. But without having to leave your IDE to code in a console/prompt/terminal.
You don't have to leave the IDE to evaluate code in Clojure. It's common to spend most of your time in the IDE and only occasionally type at the REPL prompt.
- LandR 5y agoYeah, i never type into my repl. I evaluate to the repl straight from ide with a keypress. I get the result showed inline too.