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.4.0
Name Modified Size InfoDownloads / Week
Parent folder
macos-clang-16.zip 2026-03-13 3.7 MB
windows-installer.exe 2026-03-13 3.8 MB
windows-msvc-22.zip 2026-03-13 3.1 MB
linux-clang-16.zip 2026-03-13 3.7 MB
linux-gcc-14.zip 2026-03-13 3.9 MB
ArkScript v4.4.0 source code.tar.gz 2026-03-13 1.4 MB
ArkScript v4.4.0 source code.zip 2026-03-13 2.2 MB
README.md 2026-03-13 1.2 kB
Totals: 8 Items   21.7 MB 4

Deprecations

  • list:permutations is deprecated in favor of list:combinations
  • list:permutationsWithReplacement is deprecated in favor of list:combinationsWithReplacement

Added

  • new debugger commands: stack <n> and locals <n> to print the values on the stack and in the current locals scope
  • custom format specifiers for lists:
  • :n to remove surrounding brackets,
  • :c / :nc to use , as a separator instead of ,
  • :l / :nl to use \n as a separator,
  • :?s to format as an escaped quoted string,
  • :s to format as a quoted string
  • format can use format specifiers for integers: b, #b, B, #B, c, d, o, x, #x, X, and #X if the argument is an integer
  • display a warning to stderr when using a deprecated function/value (checks for @deprecated inside the attached comment of functions / values)

Changed

  • pop! can return the removed value
  • @= and @@= return the inserted value
  • append! and concat! return the modified list
  • let, mut and set can return the assigned value
  • fix formatter: when the condition of a while loop is on multiple lines, add the right amount of indentation before it
Source: README.md, updated 2026-03-13