This project is in its infancy. It aspires to be a standard library for rholang akin to libc. At the moment it is a few instructive and semi-useful algorithms and mathematical features implemented in pure rholang.
The coding and testing standards for this library (and the entire language) are still evolving. The librho style guide is a step. Testing standards remain to be developed.
Basic mathematical operations such as exponentiation and modular division to operate on rholang's built-in 64-bit integers. They make no attempt to avoid over- or underflows which is why they are unsafe.
Aspirational: Things like big integers, rational numbers, and fixed (or maybe even floating) points.
Aspirational: Reference implementations of the classic object capability patterns such as forwarders and seal/unsealers.
Search, Sort, Fold, Map, etc
Search, Sort, Pathfinding, etc
Best practices for common blockchain operations. Again, any code here is in its infancy and is not formally verified. Use at your own risk.
Comparing and converiting three patterns for calling contracts with multiple arguments.
Apache 2.0