Skip to content

Quickstart

To get started with Eiger, you can use the built-in shell or just run the .ei file.

Shell

To open the shell, run eiger without any parameters

Eigerlang 0.01a
Documentation: https://eigerproject.github.io/docs

#-> _

Execute a file

To execute a file, run eiger ./relative/path/to/file.ei with your filepath

emitln("Hello, World!")

Hello, World!