This image shows the morloc code defining a custom binary operator for composing functions. It is set to be left associative with a precedence of 9.
Releasing #morloc v0.60.0! This release introduces custom binary operator support. The root libraries have been rewritten to offer standard arithmetic, logical, and comparison binary operators. The composition operator (see image) is now defined in #morloc code, not hard wired.