have you ever wanted to learn a functional programming language but you were scared by the syntax? then efene is for you! why? javascript/python like syntax erlang power Show me more! fast! show me an example! efene (hello.fn) # classic hello world hello = fn (Who) { io.format("hello ~s!~n", [Who]) } @public run = fn () { hello("world") } # if statement compare = fn (A, B) { if A < B { lt } else i