Hacker News new | ask | show | jobs
by philjackson 3753 days ago
In actual fact, the LFE installation experience was a breath of fresh air:

    $ brew install erlang
    $ git clone ...lfe.git
    $ cd lfe; make && make install

    $ lfe
I miss make.
1 comments

FWIW that can be further simplified to just `brew install lfe`: https://lfe.gitbooks.io/quick-start/content/1.html#1-2-1-hom...
Not only that, but an hour after your post, someone (burma-shave) had updated the LFE formula for v1.0 of LFE: * https://github.com/Homebrew/homebrew/blob/f95c192d43d9a56bda...