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.