-
1.5.1 full release: static types, non-erased generics, delegation, JIT and tons of new features Stable
released this
2026-03-25 18:51:36 +03:00 | 172 commits to master since this releaseThis is a major release of new, statically typed, JIT-based implementation, 7-10x faster than 1.2.*, with strong type checks, delegation, objects, liftable inner enums, inner classes and enums in general also in objects, string interpolation and tons of new features, see our main site, https://lynglang.com
Downloads
-
1.5.0-RC static types and JIT compilation Pre-Release
released this
2026-03-19 01:45:47 +03:00 | 181 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 | 468 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 | 489 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 | 551 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 | 660 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 | 696 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 | 718 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 | 729 commits to master since this releaseDownloads
-
released this
2025-08-24 00:14:22 +03:00 | 733 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