Skip to content
marianoguerra edited this page Sep 13, 2010 · 7 revisions

efene is a programming language that runs on the erlang virtual machine.

new documentation and release notes can be found at efene website

the idea is to provide an alternative syntax to erlang that is most suitable
for people coming from languages like Java, C, C++, C#, Javascript.

the language is almost 100% compatible with erlang (and will be), the compiler
allows to translate an efene source file into a readable erlang one or compile it directly to bytecode.
It also adds some syntactic sugar in some places to make some tasks easier.

to see how it looks you can go to the examples dir

Participate

a mailing list is available at librelist just send a mail to efene@librelist.com to subscribe.

as first mail you may send a hello world program in efene and present yourself by saying your name, where you are, how did you heard about efene and anything else you would like to say.

Releases

Resources

Documentation