• sergeych released this 2026-01-14 22:19:16 +03:00 | 21 commits to master since this release

    With 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