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
/
test
/
iterators.tm
Age
Commit message (
Collapse
)
Author
2025-09-21
Fix tests
Bruce Hill
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
(defaults to empty/zero value)
2025-04-06
No more colons for blocks
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-04
Misc fixes
Bruce Hill
2025-04-04
First working compile of refactor to add explicit typing to declarations
Bruce Hill
and support untyped empty collections and `none`s
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-11-24
Clean up some more null->none renames and fix the documentation. Also
Bruce Hill
change the literal syntax to `NONE:T` instead of `!T`
2024-11-09
Make the compiler stricter about not promoting local value variables to
Bruce Hill
pointers
2024-11-02
Change reducers to use (OP: ...) syntax and return an optional value
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-08-18
Deprecate `#` operator in favor of .length and fix up some issues
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-10
Add test for iterators
Bruce Hill