Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych released 0.8.3 flows and stdlib in Lyng at SergeychWorks/lyng 2025-08-09 23:24:18 +03:00
sergeych pushed tag 0.8.3 to SergeychWorks/lyng 2025-08-09 23:24:18 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-08-09 23:23:10 +03:00
1baf69f40f more docs on Iterable
sergeych pushed to master at SergeychWorks/lyng 2025-08-09 23:20:28 +03:00
ba8d543d87 more docs on Iterable
sergeych pushed to master at SergeychWorks/lyng 2025-08-09 22:59:53 +03:00
d3785afa6f adopt stdlib to CLI tool
sergeych pushed to master at SergeychWorks/lyng 2025-08-09 22:50:55 +03:00
3948283481 0.8.4: stadlib in Lyng! added universal Iterable functions
sergeych pushed to master at SergeychWorks/lyng 2025-08-09 15:55:34 +03:00
f9198fe583 parallelism and flows + bugfixes release
4917f99197 docs
e0ed27a01f fixed many bugs in closures processing also in flows
Compare 3 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-08-08 19:33:24 +03:00
9aae33d564 fix #48 flows
sergeych closed issue SergeychWorks/lyng#48 2025-08-08 19:33:24 +03:00
Flows (instead of channels and sequences)
sergeych pushed to master at SergeychWorks/lyng 2025-08-08 19:23:57 +03:00
1a90b25b1e fix #51 ref #48 flows started. bad closure-based bug fixed
sergeych closed issue SergeychWorks/lyng#51 2025-08-08 19:23:57 +03:00
Incorrect application of the new context to fn/lambda closure
sergeych opened issue SergeychWorks/lyng#51 2025-08-08 14:13:23 +03:00
Incorrect application of the new context to fn/lambda closure
sergeych pushed tag 0.8.2-SNAPSHOT to SergeychWorks/lyng 2025-08-07 21:51:26 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-08-07 21:50:19 +03:00
f7f020f4d6 0.8.2-SNAPSHOT
sergeych pushed to master at SergeychWorks/lyng 2025-08-07 21:47:48 +03:00
0f54e2f845 ref #47 yield
sergeych closed issue SergeychWorks/lyng#47 2025-08-07 20:31:57 +03:00
Minimal parallelism
sergeych pushed to master at SergeychWorks/lyng 2025-08-07 20:31:57 +03:00
19f8b6605b fix #47 parallelism: launch, Deferred, CompletableDeferred, Mutex (delay was already implemented)
sergeych commented on issue SergeychWorks/lyng#49 2025-08-06 23:29:26 +03:00
Regex in some way

when("text") { "re.*x".re -> { }
}

if( text =~ "te??".re) {

}

sergeych opened issue SergeychWorks/lyng#50 2025-08-06 23:26:31 +03:00
invalid access to private objects must raise special exception (not confusing)