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
/
README.md
Age
Commit message (
Expand
)
Author
2025-04-01
Fix docs
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-05
Add print() as alias for say()
Bruce Hill
2025-03-05
Further shorten docs
Bruce Hill
2025-03-05
Shorten API docs
Bruce Hill
2025-03-03
Add `recursive` argument to text:each() and text:map(), plus update docs
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
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-11-17
Rename datetime -> moment
Bruce Hill
2024-11-03
Add RNGs to the language
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-09-29
Reference DateTime in the docs
Bruce Hill
2024-09-29
Document now()
Bruce Hill
2024-09-15
Link to C interop page
Bruce Hill
2024-09-15
Add docs on bytes
Bruce Hill
2024-09-15
Add optional:or_exit(...)
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-12
Add sleep()
Bruce Hill
2024-09-09
Add paths docs
Bruce Hill
2024-09-07
Document README
Bruce Hill
2024-09-04
Document ask()
Bruce Hill
2024-08-19
Document functions
Bruce Hill
2024-08-19
Add docs for `lang`
Bruce Hill
2024-08-19
Move docs into one folder
Bruce Hill