Horse64 is a high-level language that combines readability, clean dynamic typing, and readiness for large projects. A more grounded rethinking of Python. It's free.
func main {
print("Hello to Horse64!")
}
See features...
This repository holds the code of the standard library, compiler, and main documentation. The code is officially hosted on Codeberg with a GitHub mirror.
The recommended way to install is to get the prebuilt SDK, and then to use horp to update or switch versions. (All base tools including horp are shipped with the SDK.)
If you're interested in helping the project, check how to contribute here.
If you want to contribute or report a bug, you'll find the Horse64 and Moose64 ecosystem is made of a larger bunch of projects. Due to that, locating where each component is and where the code is, can occasionally be challenging. Therefore, there's a handy resource list for finding projects and code locations to help you out.