The release 1.4.0, as of July 18, 2025 is the fourth release of the Turicum interpreter. It delivers a few bugfixes and major feature upgrades.
You can join two closures using the pass:[f ## g] operator.
When you specify the arguments to a method, function, closure or macro (callable) using .( instead of ( the function will not be called, but curried.
You can also uncurry a curried callable.