Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.16 KB

Horse64 Title Logo

Horse64 Programming Language

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...

Useful starting points

This repository holds the code of the standard library, compiler, and main documentation. The code is officially hosted on Codeberg with a GitHub mirror.

Install & Build

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.