Category:efene

From Rosetta Code
Language
Efene
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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 examples directory.

Participate

A mailing list is available at librelist: just send a mail to 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