Download [Erlava]

Getting Started

Downloading erlava is an easy process as links are provided below. Choose your provider and download from there.

Dependencies:

After installing test it by compiling this: main.lava

      
  -module(main).
  -opt().
  -doc().

  -import(io).

  global World = "World".

  main() -> 
    iofwriteln("Hello, %s", World).
      
    
warning: Erlava is still in early development, features may be buggy :)

Download Links

Download erlava Download