https://github.com/hshq/harelang
A macos port of the hare language (https://harelang.org). See README.darwin.
https://github.com/hshq/harelang
aarch64 harelang macos x86-64
Last synced: 3 months ago
JSON representation
A macos port of the hare language (https://harelang.org). See README.darwin.
- Host: GitHub
- URL: https://github.com/hshq/harelang
- Owner: hshq
- License: other
- Created: 2022-11-10T02:26:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T03:19:21.000Z (about 2 years ago)
- Last Synced: 2024-04-13T16:40:47.431Z (about 2 years ago)
- Topics: aarch64, harelang, macos, x86-64
- Language: Makefile
- Homepage:
- Size: 5.25 MB
- Stars: 51
- Watchers: 3
- Forks: 3
- 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