efene programming language

really nice DSL for configuration and more…

yesterday reading something about coffeescritpt (an awesome language btw) y decided to try something I saw on the coffeescript page.

after a slight modification of the parser I was able to write the following:

@public
run = fn ()
    Awesome =
        me:
            name: "Mariano",
            age: 25,
            language: efene

        ,bob:
            name: "SpongeBob",
            age: idontknow,
            languaje: english

    io.format("~p~n", [Awesome])

this is possible only in ifene, in efene you would have to write the curly brackets, since that’s how it works. I hope you like it


To Tumblr, Love Metalab