-
released this
2025-06-16 15:06:40 +03:00 | 3 commits to master since this releaseStandard library improved; collections structure shifted to make Iterable most important base class. Added agnostic map construction from whatever implementing Array
Downloads
-
when(value) operator and container classes Pre-Release
released this
2025-06-13 16:31:39 +03:00 | 22 commits to master since this releasesupporting in. !in, is, !is, comparison
Downloads
-
Exceptions handling Pre-Release
released this
2025-06-13 00:38:02 +03:00 | 29 commits to master since this releaseException handling with finalize, shortcuts, returned values, etc.
Downloads
-
do-while Pre-Release
released this
2025-06-12 10:26:44 +03:00 | 36 commits to master since this release+do-while
+var/var returns its initialization values and accept any statement as initializer
+more string functions
+much better tail-block argument supportand much much more, consider reading docs
Downloads
-
first release Pre-Release
released this
2025-06-10 00:10:44 +03:00 | 51 commits to master since this release- integral types, class model for multiple inheritance
- val and var
- Lists ['L','i',"st"], Iterator, Iterable, Collection, Array,, splats and de-structuring in calls
- structs/classes with constructors, public methods and fields
- functions and lambdas, "last lambda parameter" calls convention
- while and for loops with breaks and labels
attached is Linux Arm64 binary interpreter sample
Downloads