Install Lento
There are also a couple of different alternatives when downloading and installing the Lento toolchain on supported platforms.
Toolchain | Download |
---|---|
MinimalJust the lento compiler, and build tools are installed globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | Windows, Linux, OSX, Source |
PlatformInstalls the lento compiler, the lento REPL interpreter, the standard library and some other tools globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | Windows, Linux, OSX, Source |
FullInstalls the lento compiler, the lento REPL interpreter, the standard library and some other tools globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | Windows, Linux, OSX, Source |