Download [Erlava]
Getting Started
Downloading erlava is an easy process as links are provided below. Choose your provider and download from there.
Dependencies:- Java +17
- Neovim (Recommended Text Editor)
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 :)