-
1.5.0-RC static types and JIT compilation Pre-Release
released this
2026-03-19 01:45:47 +03:00 | 7 commits to master since this releaseThis is a release candidate; it is now fully JIT-based so much faster, with static types, type projections, non-erased generics, type aliases, inner types, liftable inner enums and many many other nice tools. CLI tools and lyngio packages now have rich console support, and many sugar and stdlib functions are added.
Downloads
-
released this
2026-02-02 21:11:05 +03:00 | 294 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 | 315 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 | 377 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 | 486 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 | 522 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 | 544 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 | 555 commits to master since this releaseDownloads
-
released this
2025-08-24 00:14:22 +03:00 | 559 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 | 588 commits to master since this releaseand few bugfixes too
Downloads