An open API service indexing awesome lists of open source software.

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.

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