https://github.com/initdc/hare
https://github.com/initdc/hare
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/initdc/hare
- Owner: initdc
- License: other
- Created: 2022-12-09T05:49:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:49:36.000Z (over 3 years ago)
- Last Synced: 2025-06-15T11:07:15.749Z (10 months ago)
- Language: Makefile
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is the Hare standard library reference documentation. For a guided
introduction to the standard library, see the tutorial:
https://harelang.org/tutorials/stdlib
The standard library mandate states that the following services are provided:
- An interface to the host operating system
- Implementations of broadly useful algorithms
- Implementations of broadly useful formats and protocols
- Useful features to complement Hare language features
- Introspective meta-features for Hare-aware programs