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
/
examples
/
tomodeps
Age
Commit message (
Collapse
)
Author
2025-05-20
Add more advanced configuration options to modules.ini and support
Bruce Hill
automatically downloading and installing from it.
2025-05-11
Add new system for tracking versions.
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
used to put in literal code without escape sequences.
2025-04-06
Allow uninitialized variables when there's a sensible empty value
Bruce Hill
(defaults to empty/zero value)
2025-04-06
Insert `then` for clarity
Bruce Hill
2025-04-06
Merge branch 'main' into no-colons
Bruce Hill
2025-04-06
Change Set syntax from {x} to |x|
Bruce Hill
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-06
Deprecate `!!` print statement
Bruce Hill
2025-04-05
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
2025-04-01
Clean up and improve patterns
Bruce Hill
2025-03-17
Fix path issue
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
stringly typed
2025-03-12
Rename `without_escaping()` -> `from_text()`
Bruce Hill
2025-03-01
Change `lang.text_content` to `lang.text`
Bruce Hill
2025-01-12
Fix up examples
Bruce Hill
2024-11-30
Bring back `table[key]` syntax
Bruce Hill
2024-11-09
Make the compiler stricter about not promoting local value variables to
Bruce Hill
pointers
2024-10-27
Fix up examples to no longer use '&'
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-16
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operator
Bruce Hill
2024-09-16
Minor cleanup
Bruce Hill
2024-09-16
Fix up tomodeps
Bruce Hill
2024-09-15
Move each example to its own folder
Bruce Hill