276 Commits

Author SHA1 Message Date
d8c53c500e Package JVM distribution as a zip, update symlink creation, and document changes in CLI and downloads. 2026-04-03 20:36:30 +03:00
38646c6257 Update platform support matrix with detailed statuses and legend 2026-04-02 20:41:54 +03:00
9bee0aed5b Merge branch 'inference-bug'
# Conflicts:
#	lyngio/src/commonMain/kotlin/net/sergeych/lyng/io/http/LyngHttpModule.kt
2026-04-02 20:06:11 +03:00
cd7e001f41 Refactor KMP networking backends 2026-04-02 20:04:25 +03:00
62520f6203 Add downloads page and navigation link to site 2026-04-02 19:27:19 +03:00
5346d15a9f Add KMP networking backends 2026-04-02 19:23:46 +03:00
7578128689 some order to outdated and special docs 2026-04-02 19:10:48 +03:00
d409a4bb8b Add verified Ktor-backed networking modules to lyngio 2026-04-02 16:19:14 +03:00
fc01016a74 Added EvalSession way of controlling all coroutines started from a script 2026-04-02 02:05:14 +03:00
311cf6ee44 Add Lyng deferred cancellation support 2026-03-31 22:50:46 +03:00
6e9333844e support for Decimal.isInfitite and isNan 2026-03-31 19:13:45 +03:00
a976702caf support for Real.isInfitite and isNan 2026-03-31 19:08:11 +03:00
05d7432b37 fixes on Decimals and bound kotlin classes 2026-03-29 01:20:20 +03:00
c7c333b71a fixed some issues with Decimals 2026-03-29 00:39:48 +03:00
83d8c8b71f Added Vectors and Matrics operations, slicing, docs. 2026-03-28 22:25:40 +03:00
cd007050a8 added complext number support 2026-03-28 17:44:43 +03:00
580256d520 Add decimal module and operator interop registry 2026-03-27 21:31:37 +03:00
ecc4d8b9ed Add explicit script import prep APIs and VM regression tests 2026-03-27 15:51:17 +03:00
3d8bfe8863 Add Lyng string interpolation with docs/tests and refresh changelog 2026-03-25 18:43:23 +03:00
f24c7d2715 some docs tweaks 2026-03-20 23:44:18 +03:00
794553d81d Add stdlib Random API and migrate tetris RNG 2026-03-19 01:30:35 +03:00
d9d7cafec8 +added console spport for lyngio
+added console support to lyng/jlyng CLI
+added unicode escapes
+created tetris console sample
2026-03-19 01:09:32 +03:00
1a080bc53e added AI coding data for Lyng 2026-03-17 14:05:26 +03:00
8e0442670d extern generics classes fix, documentation on extern classes updated 2026-03-15 04:32:06 +03:00
979e6ea9b7 Require explicit extern members in extern class/object and update docs 2026-03-15 03:27:50 +03:00
37d093817e added T is nullable support 2026-03-14 20:57:15 +03:00
8a32ffe655 bridge: add ScopeFacade receiver overloads for binder callbacks 2026-03-14 19:53:46 +03:00
298c2a09fe Add lyng.observable ObservableList hooks, flow events, and docs 2026-03-12 22:07:33 +03:00
8b5e6ee993 Add immutable collections hierarchy with runtime/compiler/docs/tests 2026-03-12 21:07:56 +03:00
1502a365bf Add API for binding global functions and variables; implement tests and update embedding documentation. 2026-03-07 19:03:52 +03:00
d6a535590e improved docs on embedding 2026-03-07 18:04:03 +03:00
8e10540257 better processing of lyng.d. files 2026-02-23 15:06:05 +03:00
66d9a40bb1 better scopeFacade 2026-02-19 11:41:39 +03:00
d82302dd01 Add support for variadic function types and ellipsis in type declarations, stricter lamda types compile-time checks and object binding for Kotlin bridges 2026-02-19 11:12:39 +03:00
45f3658742 better docs/AI instructions/readme 2026-02-19 01:06:08 +03:00
6d943c5e1e Migrate Instant to kotlin.time 2026-02-18 21:13:21 +03:00
28d3f8364c fixed booktests 2026-02-18 10:14:09 +03:00
dc9885c218 fixed samples test 2026-02-18 09:17:12 +03:00
b6851b7098 Improve variable resolution and expand test coverage; improved wahtsnew 2026-02-17 08:06:06 +03:00
afa4b20070 update version, site and docs 2026-02-16 19:29:14 +03:00
c5b8871c3a Add support for closed classes and enhancements to the Kotlin reflection bridge 2026-02-16 19:08:32 +03:00
637258581d Optimize int loop jumps and document loop var immutability 2026-02-15 15:12:52 +03:00
62975ff511 1.3 notes 2026-02-08 12:43:33 +03:00
78d8e546d5 Add stepped range iteration 2026-02-07 05:45:44 +03:00
3b290116b8 Add nested declarations and lifted enums 2026-02-05 23:57:34 +03:00
d82a9bb930 Add type aliases for type expressions 2026-02-05 21:08:04 +03:00
7a286f2e06 Infer map literal types 2026-02-05 20:31:20 +03:00
de9ac14e33 Add generics docs and link from tutorial 2026-02-05 20:29:25 +03:00
9db5b12c31 Implement nullable shorthand for params 2026-02-05 19:14:03 +03:00
6220e982a0 optimization: Scope access is now a Kotlin interface, compiler uses direct slot access also for closures 2026-02-05 13:55:24 +03:00