(no title)
irjoe | 5 years ago
I'm slightly disappointed that it's already something I do day to day. I had hoped that the power of the REPL wasn't overstated.
irjoe | 5 years ago
I'm slightly disappointed that it's already something I do day to day. I had hoped that the power of the REPL wasn't overstated.
rozap|5 years ago
elcritch|5 years ago
adamkl|5 years ago
Most developers are using languages where this sort of thing isn’t possible, and for them, experiencing a REPL driven development flow can be an eye opening experience (even if it’s just to add it to their tool box along side more common approaches like attaching debuggers and using TDD to shorten the development feedback loop).
I don’t know enough about Elixir to understand how your approach is the same/different than using something like a REPL with Clojure, but I did come across a pretty interesting discussion on the topic:
https://elixirforum.com/t/what-do-you-all-think-of-clojures-...
TL;DR - you can accomplish something similar with Elixir, but the underlying technical details are different.
oblio|5 years ago
Which language can't do this?