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
/
lambdas.tm
Age
Commit message (
Expand
)
Author
2025-09-21
Fix tests
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-03-07
Fix for text uppercasing in test
Bruce Hill
2024-10-09
Change function syntax from `func(args)->ret` to `func(args -> ret)`
Bruce Hill
2024-09-03
Syntax overhaul (comments back to `#`, print statments to `!!`),
Bruce Hill
2024-08-18
Improved syntax for dollar-string literals
Bruce Hill
2024-08-12
Fix old syntax
Bruce Hill
2024-07-14
Support nested lambda closures
Bruce Hill
2024-05-23
Refine the parsing of blocks so it's always ':' [inline-block] [indent indent...
Bruce Hill
2024-04-28
Syntax tweak: use ':' for blocks
Bruce Hill
2024-04-12
Introducing the main() function
Bruce Hill
2024-03-09
Extra lambda test
Bruce Hill
2024-03-09
Implement lambdas and closures
Bruce Hill
2024-03-09
Tweaking tests
Bruce Hill
2024-03-09
Lambda fixes/improvements
Bruce Hill
2024-03-09
Simple lambda test
Bruce Hill