-
released this
2026-02-02 21:11:05 +03:00 | 0 commits to master since this releaseFull featured and as correct as it is possible without static, compile-time declared types. Some ambiguity is envitable wit h runtime lookups, so we are already working on strong-typed branch of the Lyng language.
Downloads
-
Full language release Stable
released this
2026-01-14 22:19:16 +03:00 | 21 commits to master since this releaseWith all modern OOP and many FP features, improved idea plugin, support for files and processes in CLI. Notable new language features include:
- properties: get/set, private set, etc.
- delegation, also fun delegation!
- multiple inheritance!
- ?= operator, operator overloading!
- abstract classes, interfaces, automatic interface implementation by multiple inheritance
- short fun form:
fun square(x) = x*x
,,,and many other. See docs on our site (https://linglang.com)
Downloads
-
1.1.0 release candidate Pre-Release
released this
2026-01-04 03:41:03 +03:00 | 83 commits to master since this releaseFixed some closure-based errors, in particular, one that broke
cache {}in some scenarios. Fixed some parser errors that could cause plugin malfunctioning. Greatly improved idea plugin. Added new language features, like late-initialized class vals and protected/private setters for public vals/vars.Downloads
-
1.0.4-SNAPSHOT Pre-Release
released this
2025-11-27 23:44:14 +03:00 | 192 commits to master since this releasenamed arguments and map splashes in calls, map literals with splashes, fixes
Downloads
-
Full language RC: Multiple Inheritance added Pre-Release
released this
2025-11-17 17:31:03 +03:00 | 228 commits to master since this releaseAdded many optimizations and multiple inheritance. This is an release candidate for Lyng 1.0
Downloads
-
released this
2025-11-02 16:24:27 +03:00 | 250 commits to master since this releasemany small improvements and fixes
Downloads
-
0.9.0: regular expressions and match operator Pre-Release
released this
2025-09-05 16:55:03 +03:00 | 261 commits to master since this releaseDownloads
-
released this
2025-08-24 00:14:22 +03:00 | 265 commits to master since this releaseAdded many stdlib collection and other classes: sum*, sort*, binarySearch, shuffle, etc.
Exception are now serializable!
exception now contain stackDownloads
-
0.8.6 dynamic vars, multiline string literals Pre-Release
released this
2025-08-12 00:19:27 +03:00 | 294 commits to master since this releaseand few bugfixes too
Downloads
-
0.8.3 flows and stdlib in Lyng Pre-Release
released this
2025-08-09 23:24:18 +03:00 | 302 commits to master since this releaseDownloads