REPL-Driven Development
The cluster centers on discussions of REPL (Read-Eval-Print Loop) features, experiences, and REPL-driven development in programming languages like Lisp, Clojure, Python, and others, comparing their interactivity and capabilities.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Are there any modern languages that support REPL-driven development as described?
What makes a REPL brilliant instead of average?
REPLs are very good for interactive development, regardless of the language.
Does it have a REPL like in Clojure?
I used the repl from day 1 and it was so intuitive. No other alternative has a repl (besides guix I guess)
I think this may be "REPL driven development" popular in the lisp community
How would it compare to other REPL languages? EG: Python, Scala or Julia?
Why especially if the language has REPL?
Last time I checked, it didn't have true REPL development ? i.e you couldn't "just eval" a function ?
You're missing out on the real REPL experience if so!