https://github.com/ibara/hare-openbsd
Community port of Hare stdlib to OpenBSD. Please help!
https://github.com/ibara/hare-openbsd
Last synced: 7 months ago
JSON representation
Community port of Hare stdlib to OpenBSD. Please help!
- Host: GitHub
- URL: https://github.com/ibara/hare-openbsd
- Owner: ibara
- License: other
- Created: 2022-04-29T01:46:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T04:18:23.000Z (over 3 years ago)
- Last Synced: 2025-03-11T12:34:46.688Z (10 months ago)
- Language: Makefile
- Homepage:
- Size: 755 KB
- Stars: 1
- Watchers: 2
- 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