A three-body simulation Demo
https://three-bodies.sulami.xyz/
2 posts total
A three-body simulation Demo I was just thinking, shouldn't REPL driven develeopment in #elixir work as well as in #clojure? iex is actually just a erlang process, I should be able to send code from my editor (#vscode) to it for compilation and evaluation and then display the result in the editor again? Under #emacs this is surely already possible now π Has anyone already programmed such an extension for vscode? So I imagine that you can simply send the (marked) code to iex via ctr-enter. Actually, #elixir should be just as well suited for this kind of programming, since the types are also immutable from the ground up. #repl #repldrivendev #clojure |