LFE and OTP example An OTP application can work with LFE code. Build $ rebar3 lfe compile $ rebar3 compile REPL LFE REPL doesn’t work for some reason. Erlang shell $ rebar3 shell Call the same function using Erlang syntax. 3> hello:hello(). Hello from LFE project ok 4>