Category:Efene: Difference between revisions

Content added Content deleted
(Created page with '{{stub}}{{language|efene}}')
 
No edit summary
Line 1: Line 1:
{{stub}}{{language|efene}}
{{language|efene}}
= 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#, 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 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.


== Useful links ==

* [http://marianoguerra.com.ar/efene Website]
* [http://efene.tumblr.com/ Blog]
* [http://github.com/marianoguerra/efene Central repo (fork this one)]
* [http://github.com/marianoguerra/efene/issues Tracker]