Category:Efene: Difference between revisions

From Rosetta Code
Content added Content deleted
(lang template uses {{{PAGENAME}}}, no name param needed.)
(copyedit)
Line 1: Line 1:
{{language}}
{{language}}{{DISPLAYTITLE:Category:efene}}
= efene =


efene is a programming language that runs on the erlang virtual machine.
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 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.
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]
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.
== Participate ==


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.
a mailing list is available at librelist just send a mail to efene@librelist.com to subscribe.


==Useful links==
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://marianoguerra.com.ar/efene Website]
* [http://efene.tumblr.com/ Blog]
* [http://efene.tumblr.com/ Blog]
* [http://github.com/marianoguerra/efene Central repo (fork this one)]
* [http://github.com/marianoguerra/efene Central repo (fork this one)]
* [http://github.com/marianoguerra/efene/issues Tracker]
* [http://github.com/marianoguerra/efene/issues Issue tracker]

Revision as of 13:25, 12 February 2010

Language
Efene
This programming language may be used to instruct a computer to perform a task.
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