21 lines
No EOL
1.1 KiB
Text
21 lines
No EOL
1.1 KiB
Text
{{language
|
|
|site=http://marianoguerra.com.ar/efene}}{{DISPLAYTITLE:Category:efene}}
|
|
|
|
efene is a programming language that runs on the Erlang virtual machine.
|
|
|
|
The idea is to provide an alternative syntax to Erlang that is most suitable for people coming from languages like Java, C, C++, C#, or 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. It also adds some syntactic sugar in some places to make some tasks easier.
|
|
|
|
To see how it looks you can go to the [http://github.com/marianoguerra/efene/tree/master/examples/ examples directory].
|
|
|
|
==Participate==
|
|
|
|
A mailing list is available at librelist: just send a mail to [mailto:efene@librelist.com efene@librelist.com] to subscribe.
|
|
|
|
As first email you may send a hello world program in efene and present yourself by saying your name, where you are, how you heard about efene, and anything else you would like to say.
|
|
|
|
==Useful links==
|
|
* [http://efene.tumblr.com/ Blog]
|
|
* [http://github.com/marianoguerra/efene Central repo (fork this one)]
|
|
* [http://github.com/marianoguerra/efene/issues Issue tracker] |