Interactive Programming: A New Kind of REPL
elm-lang.org
Interactive Programming: A New Kind of REPL
1–4 of 4 posts
Re: Interactive Programming: A New Kind of REPL
#2Sorry for being the obnoxious fanboy of another language, but Lisp + Slime + Emacs has had this feature since forever: By including some swank-updater in your main loop you can have this functionality too. Example: http://www.youtube.com/watch?v=6pMyhrDcMzw
Re: Interactive Programming: A New Kind of REPL
#3Mathematica is also an inherently interactive programming language, with images, graphs, vector graphics, and GUI elements being first-class values.
Re: Interactive Programming: A New Kind of REPL
#4Sorry for being the obnoxious fanboy of another language, but Lisp + Slime + Emacs has had this feature since forever: By including some swank-updater in your main loop you can have this functionality too. Example: http://www.youtube.com/watch?v=6pMyhrDcMzw
State is preserved?