Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 20:36:42 +03:00
d8c53c500e Package JVM distribution as a zip, update symlink creation, and document changes in CLI and downloads.
b3efe019d9 Fix delay function to correctly interpret Int as milliseconds in scripts
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 12:13:11 +03:00
2414da59a7 fixed terminal problems in lyng CLI with new console support on linux
fd6d05d568 anotther compiler inference bug andlyng.io.console improvements
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 11:04:29 +03:00
caad7d8ab9 stdlib inference bug fixed
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 22:55:43 +03:00
88b0bb2147 Add TCP server example and refactor script execution flow
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 20:42:09 +03:00
38646c6257 Update platform support matrix with detailed statuses and legend
f61ac35580 added networking to the CLI
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 20:09:35 +03:00
9bee0aed5b Merge branch 'inference-bug'
cd7e001f41 Refactor KMP networking backends
62520f6203 Add downloads page and navigation link to site
d0aaa2c256 fix tetris code: declaration now in place
5346d15a9f Add KMP networking backends
Compare 9 commits »
sergeych opened issue SergeychWorks/lyng#102 2026-04-02 15:00:06 +03:00
precheck and publish lyngio networking beta
sergeych opened issue SergeychWorks/lyng#101 2026-04-02 14:56:32 +03:00
add more docs to the site menu
sergeych commented on issue SergeychWorks/lyng#87 2026-04-02 14:56:18 +03:00
Json parsing: start

yet no real need in it - write a comment to promote

sergeych commented on issue SergeychWorks/lyng#100 2026-04-02 14:55:21 +03:00
Reduce number of non-bytecode compiled features

everything is ported to bytecode

sergeych closed issue SergeychWorks/lyng#100 2026-04-02 14:55:21 +03:00
Reduce number of non-bytecode compiled features
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 13:01:59 +03:00
f168e9f6ed version bump
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 03:16:31 +03:00
a051280e0c fix in site search and more tests on evalSession cancellation
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 02:05:23 +03:00
fc01016a74 Added EvalSession way of controlling all coroutines started from a script
sergeych pushed to master at SergeychWorks/lyng 2026-04-01 02:51:14 +03:00
446c8d9a6e minor additions
c140567e0c made last changes KMP compliant
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 22:52:01 +03:00
311cf6ee44 Add Lyng deferred cancellation support
3e338f3d53 Fix sqrt type inference and add regression coverage
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 20:52:42 +03:00
c097464750 - fixed CLI -x mode
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 20:52:31 +03:00
6e9333844e support for Decimal.isInfitite and isNan
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 19:08:23 +03:00
a976702caf support for Real.isInfitite and isNan
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 16:57:45 +03:00
850efedb72 Handle non-finite real/decimal arithmetic