|
|
|
|
|
by divs1210
1798 days ago
|
|
The problem here is that its inconvinient to define a function at the Elixir REPL because it demands that it be put inside a module. Clojure REPLS allow switching the namespace, and anything you define goes intoo the current namespace. So it is more ergonomic. |
|