This commit is contained in:
eli 2022-09-04 20:07:36 -04:00
parent 5eab7f2984
commit 4b739f8985
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ Read-eval-print loops are interactive programming environments, where, rather th
It is generally not advisable to write an entire program in this manner, but, as a tool for exploration, repls are second to none.
Many languages support repls including [[javascript]], [[scheme]], [[common-lisp]], [[kona]], and [[forth]].
Many languages support repls including [[javascript]], [[scheme]], [[common-lisp]], [[clojure]], [[kona]], and [[forth]].
=> http://blog.jayfields.com/2014/01/repl-driven-development.html repl driven dev, jayfields
=> https://practical.li/spacemacs/repl-driven-development/ repl driven dev, practical.li