Krzysztof Wende
Krzysztof Wende
Remove the dependency on Elm 0.18 compiler
Test and write down possible differences when setting up Elchemy for developers using Windows
Functionality: A REPL should take single lines of Elchemy, and produce an output of compiled Elixir code: Examples: ``` elchemy> 2 + 5 7 elchemy> List.map ((+) 2) [1,2,3] [3,4,5]...
Right now you can put elixir into your expression using ```elm mytest : String mytest = "something something dark force #{DateTime.utc_now} ``` Which is not exactly pure. Rather than that...
Undeniably the EM is the toughest task to grasp in the entirety of Elchemy project. One of the reason being it's the most complex element of Elm, and the other...