Skip to content

The Andy is an interpreted object-oriented multi-purpose programming language

License

Notifications You must be signed in to change notification settings

andrey-moura/andy-lang

Repository files navigation

Alt Text

The Andy programming language

Andy is an interpreted object-oriented multi-purpose programming language

Table of Contents

Examples

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!

Availability

Environment Build
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 24.04 Ubuntu 24.04
Windows Server 2022 Windows Server 2022
WebAssembly WebAssembly

Install

Installation from andy-lang.org

Under Linux

    wget --content-disposition andy-lang.org/releases/andy-lang/latest
    sudo dpkg -i andy-lang-x.x.x.deb

Under Windows

Download andy-lang.org/releases/andy-lang-installer/latest and run it.

Building

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

About

The Andy is an interpreted object-oriented multi-purpose programming language

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages