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
Age
Commit message (
Expand
)
Author
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Add some light docs for mutexed access
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
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-24
Add Int:factorial() and n:choose(k)
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-19
Add Text:reversed()
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-30
Bring back `table[key]` syntax
Bruce Hill
2024-11-29
Update docs and minor bugfix
Bruce Hill
2024-11-29
Tweak serialization syntax
Bruce Hill
2024-11-29
Rename :serialize() -> :serialized()
Bruce Hill
2024-11-29
Add serialization docs
Bruce Hill
2024-11-26
Document integer division
Bruce Hill
2024-11-25
Add NaN documentation
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Add clarification
Bruce Hill
2024-11-21
Add `NULL` as a syntax for null values.
Bruce Hill
2024-11-19
Rename `Text.utf8_bytes` back to `Text.bytes`
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-19
Document Text.slice()
Bruce Hill
2024-11-17
Update docs
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-05
Deprecate bit-width integer/num literals in favor of using type
Bruce Hill
2024-11-03
RNG seed should be non-optional
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add a `repeat` keyword
Bruce Hill
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-11-02
Make Text:find() return an optional int
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-27
Update docs to reflect deprecation of "&" stack references
Bruce Hill
2024-10-27
Update DateTime API to have separate methods for getting each component
Bruce Hill
2024-10-09
Update docs to standardize function signature formatting
Bruce Hill
2024-10-09
Update docs
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-10-08
Document reductions
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-30
Update docs
Bruce Hill
2024-09-30
Code cleanup
Bruce Hill
2024-09-30
Parameterize with timezones
Bruce Hill
[prev]
[next]