index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
arrays.md
Age
Commit message (
Expand
)
Author
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
2025-04-02
Syntax change: table types are now: `{K=V; default=...}` and tables
Bruce Hill
2025-04-01
Update array random docs and fix array random methods to check ranges
Bruce Hill
2025-03-05
Further shorten docs
Bruce Hill
2025-03-05
Shorten API docs
Bruce Hill
2025-03-05
Fix links
Bruce Hill
2025-03-05
Alphabetize and index functions
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2024-12-31
Array:heap_pop() now returns an optional value
Bruce Hill
2024-12-31
Add array:pop()
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-11
Update docs
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-10-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-09-11
Update docs
Bruce Hill
2024-08-20
Remove unused parameter and add some docs on arrays
Bruce Hill
2024-08-19
Move docs into one folder
Bruce Hill