Email or username:

Password:

Forgot your password?
2 posts total
Felix πŸ‡ΊπŸ‡¦πŸš΄β€β™‚οΈ

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.

Felix πŸ‡ΊπŸ‡¦πŸš΄β€β™‚οΈ

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

Go Up