| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| macos-clang-16.zip | 2026-05-17 | 3.8 MB | |
| windows-installer.exe | 2026-05-17 | 3.8 MB | |
| windows-msvc-22.zip | 2026-05-17 | 3.1 MB | |
| linux-clang-16.zip | 2026-05-17 | 3.8 MB | |
| linux-gcc-14.zip | 2026-05-17 | 4.1 MB | |
| ArkScript v4.6.0 source code.tar.gz | 2026-05-17 | 1.4 MB | |
| ArkScript v4.6.0 source code.zip | 2026-05-17 | 2.3 MB | |
| README.md | 2026-05-17 | 1.3 kB | |
| Totals: 8 Items | 22.3 MB | 1 | |
Deprecations
std.Rangehas been entirely deprecated and is scheduled for removalbitwisemodule is deprecated in favor of new builtins, included instd.Math
Added
- standard library:
- list:slice1
- list:first
- list:last
- list:cumulativeSum
- list:cumulativeProduct
- list:zeros
- list:ones
- string:lpad
- string:rpad
- string:ascii?
- string:first
- string:last
- string:codepoints
- math:countOnes
- math:countZeros
- math:bitNot
- math:bitAnd
- math:bitOr
- math:bitXor
- math:lshift
- math:rshift
- math:bitCeil
- math:bitFloor
- math:bitWidth
- math:countLeftZeros
- math:countLeftOnes
- math:countRightZeros
- math:countRightOnes
- math:circularLeftShift
- math:circularRightShift
- math:toBase
- math:countDigits
- new experimental builtin
builtin__string:codepointsreturning the Unicode codepoints of a string as a list of numbers - new bitwise builtins
Changed
$reprshows the correct representation for macros$symcataccepts symbols and strings as its first argumentmath:powuses a more precise way of computing values when inputs are integers- docker images use alpine 3.23 as a base instead of 3.21