|
|
|
|
|
by jarpineh
3751 days ago
|
|
This looks really interesting. I installed it easily through Brew. REPL seems to work fast. Now if my Clojure flawored Lisp starter level knowledge could be somehow transformed into Erlang flawor... I wrote this: > (map (lists:seq 1 10) (lambda (a) (io:format a)))
and this happened: #M((1 2 3 4 5 6 7 8 9 10) #Fun<lfe_eval.12.88887576>)
So, I'm not quite there yet. Hopefully somebody can make a Clojure to LFE comparison.And using Elixir based things like Phoenix springs to mind... |
|