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
Top-level
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 4 comments
@arpunk in clojure all functions are first of all also in a default namespace (user) |
@leobm The unit of recompilation in #elixir (and #erlang) is the module, so you cannot create new functions on the fly in iex outside of modules.
Both #lfe and #clojerl would be closer to what you describe.