README (505B)
1 This is the Hare standard library reference documentation. For a guided 2 introduction to the standard library, see the tutorial: 3 4 https://harelang.org/tutorials/stdlib 5 6 The standard library mandate states that the following services are provided: 7 8 - An interface to the host operating system 9 - Implementations of broadly useful algorithms 10 - Implementations of broadly useful formats and protocols 11 - Useful features to complement Hare language features 12 - Introspective meta-features for Hare-aware programs