Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/efene/efene

Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX
https://github.com/efene/efene

Last synced: 4 months ago
JSON representation

Alternative syntax for the Erlang Programming Language focusing on simplicity, ease of use and programmer UX

Awesome Lists containing this project

README

        

efene
=====

Alternative syntax for the Erlang Programming Language focusing on simplicity,
ease of use and programmer UX.

Visit `efene.org `_ for documentation and `quickstart `_

Build
-----

::

rebar3 compile

Use
---

For users we provide a `rebar3 plugin `_
if you are developing there's a simple escript to use efene while developing::

rebar3 escriptize

./_build/default/bin/efene beam file.fn
./_build/default/bin/efene rawlex file.fn
./_build/default/bin/efene lex file.fn
./_build/default/bin/efene ast file.fn
./_build/default/bin/efene mod file.fn
./_build/default/bin/efene erl file.fn
./_build/default/bin/efene erlast file.fn
./_build/default/bin/efene pprint file.fn

License
-------

`APL 2.0 `_, see LICENSE file for details