-
0.11.0
released this
2025-01-26 21:33:12 +00:00 | 22 commits to main since this releaseFile eval mode now relies on main function
To encourage organizing code in a way that helps in understanding, I
have implemented the common idiom of requiring amain
function. In
tricu and other functional languages, it is usually placed near the top
of the module. The evaluator gracefully handles the situation of passing
multiple files where the intermediary "library" files do not have main functions.Downloads