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 Lang 1.4.0

August 16, 2025 21:24 UTC 513.25 KB SHA256: 9efc9699563a7d88fc132f73a6a3a3b06fcae4bed6199ebd9ad06f3e94e444e7

Andy Lang 1.3.1

August 04, 2025 01:37 UTC 504.88 KB SHA256: 594c6b01cf9ebe9087ededba679374d427f9d889de0449f2262e1039e8cc140d

Andy Lang 1.3.0

April 20, 2025 20:44 UTC 497.24 KB SHA256: 2bd3726b1745cf19de41b9d47fe02bd21baed1268f49f52d052726ca9ec2752b
What is new:
  • Small fixes
  • Yield
  • Small fixes #2
  • Auto publish (Linux)
  • Several fixes
  • New sintax and buitin UI
  • Remove var from this language
  • Fix Class class parameters passed to class constructor
  • Fix wrong start/end position in tokens
  • Functions and object small changes
  • Support to Inline functions
  • Fix WASM invoking main automatically

Andy Lang 1.2.1

March 10, 2025 09:52 UTC 993.57 KB SHA256: 6ff26f39e188718e1197db1cc95b68d8a0b7568bad4557a0356a70824689d7d1
What is new:
  • Fix several issues due to objects without class, caused by an error in the order of initialization of classes

Andy Lang 1.2.0

March 10, 2025 02:17 UTC 993.73 KB SHA256: 078a873596788a5bca6d68e806b667deaeabdc8730a6928528e632ffe5b547ff
What is new:
  • Class reflection
  • Static storage
  • Fix string interpolation
  • Namespace support
  • Link statically with glibc

Andy Lang 1.1.1

February 25, 2025 22:00 UTC 510.68 KB SHA256: 0b00ede57cc80b37d89fd1f4ff9c7fd4efaf7f35e233df014cc947eb9f754585
What is new:
  • 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 Lang 1.1.0

February 18, 2025 23:22 UTC 511.14 KB SHA256: 8dd64a83bdcad73754583a52bec33839a51707b610853c5e17205172c6df7729
What is new:
  • 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