Andy is an interpreted object-oriented multi-purpose programming language
If you want to run examples, try:
andy examples/minimal.andy
This file has the content:
puts("Hello from minimal!");
The result is:
Hello from minimal!
Environment | Build |
---|---|
Ubuntu 22.04 | |
Ubuntu 24.04 | |
Windows Server 2022 | |
WebAssembly |
wget --content-disposition andy-lang.org/releases/andy-lang/latest
sudo dpkg -i andy-lang-x.x.x.deb
Download andy-lang.org/releases/andy-lang-installer/latest and run it.
On Linux or Windows Developer Command Prompt
git clone https://github.com/andrey-moura/andy-lang --recursive
cd andy-lang
cmake -DCMAKE_BUILD_TYPE=Release -B build .
cmake --build build --config Release --parallel
After building, run as sudo on Linux or with an Administrator Command Prompt on Windows
cmake --install build