Hacker News new | ask | show | jobs
by markc 1627 days 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.

1 comments

Yeah, i never type into my repl. I evaluate to the repl straight from ide with a keypress. I get the result showed inline too.