Download Latest Version windows-msvc-22.zip (3.1 MB)
Email in envelope

Get an email when there's a new version of ArkScript

Home / v4.6.0
Name Modified Size InfoDownloads / 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.Range has been entirely deprecated and is scheduled for removal
  • bitwise module is deprecated in favor of new builtins, included in std.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:codepoints returning the Unicode codepoints of a string as a list of numbers
  • new bitwise builtins

Changed

  • $repr shows the correct representation for macros
  • $symcat accepts symbols and strings as its first argument
  • math:pow uses a more precise way of computing values when inputs are integers
  • docker images use alpine 3.23 as a base instead of 3.21
Source: README.md, updated 2026-05-17