efene programming language

efene 0.7 - a language for the erlang VM - released

For the complete release notes with details on each item and examples see
the release notes here: http://marianoguerra.com.ar/efene/docs/releases/oseven.html

About 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 or compile
it directly to bytecode. It also adds some syntactic sugar in some places to
make some tasks easier.

Changes


  • if expression now allows calling functions in the condition, old and Erlang compatible if expression is now called when. No syntax changed.
  • for expression added as another way of writing list comprehensions with multiple statement body. 
  • macro variables $module, $module_string, $file and $line replaced to it’s values at compile time.
  • scientific notation for floats.
  • improved error messages in objects.
  • improved documentation, tutorial and syntax highlighter.

  1. fooyeahcode reblogged this from efene
  2. wtakuo reblogged this from efene
  3. seapomeranian reblogged this from efene
  4. efene posted this
To Tumblr, Love Metalab