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
/
paths.md
Age
Commit message (
Expand
)
Author
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-05
Fix up more things
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-17
Add Path:expand_home() as a publicly visible API and bugfix it
Bruce Hill
2025-03-16
Update file path API and docs
Bruce Hill
2025-03-12
Rename `without_escaping()` -> `from_text()`
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
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-10-29
Add file globbing
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-09-24
Rename `from_unsafe_text` to `without_escaping`
Bruce Hill
2024-09-23
Support creating parent directories as needed (mkdir -p) and also set a
Bruce Hill
2024-09-15
Update path reading APIs to use optional values instead of erroring
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-09
Document :by_line()
paths
Bruce Hill
2024-09-09
Add paths docs
Bruce Hill