Installation
Download the latest release of Andy Language here.
Run dpkg -i andy-lang-x.x.x.deb to install the package under Debian-based systems.
Run the installer under Windows.
Releases for Linux
Andy Language 1.2.1
March 10, 2025 09:52 UTC
993.57 KB
SHA256: 6ff26f39e188718e1197db1cc95b68d8a0b7568bad4557a0356a70824689d7d1
- Fix several issues due to objects without class, caused by an error in the order of initialization of classes
Andy Language 1.2.0
March 10, 2025 02:17 UTC
993.73 KB
SHA256: 078a873596788a5bca6d68e806b667deaeabdc8730a6928528e632ffe5b547ff
- Class reflection
- Static storage
- Fix string interpolation
- Namespace support
- Link statically with glibc
Andy Language 1.1.1
February 25, 2025 22:00 UTC
510.68 KB
SHA256: 0b00ede57cc80b37d89fd1f4ff9c7fd4efaf7f35e233df014cc947eb9f754585
- Fix expressions like '1+1' (no spaces between tokens) being treated as '1 +1'
- Only calls to_string if the object is not string in print/puts
- Add missing integer operators
Andy Language 1.1.0
February 18, 2025 23:22 UTC
511.14 KB
SHA256: 8dd64a83bdcad73754583a52bec33839a51707b610853c5e17205172c6df7729
- Support to WebAssembly compilation
- Fix compilation error on non-Windows and non-Linux platforms
- Add more information to AndyConfig
- Support to C++ interoperability
- Add set_current method in Path class