erl
starting crashing as well.We can however pre-compile it and transfer
bin
, ebin
and include
files with the same directory structure to $HOME/bin/lfe
. Then add the path to .bashrc
.export LFE_BIN=$HOME/bin/lfe/binSet executable permission to the files in
export PATH=$HOME/bin:$LFE_BIN:$PATH
lfe/bin
with chmod +x lfe*
.Now run
lfe
which will start the LFE REPL!
Amazing isn't it? We have a full blown Lisp along with the power of Erlang on our fingertips now.