Horse64 is a high-level language that combines readability, clean dynamic typing, and readiness for large projects. It's a more grounded rethinking of Python. The official repository is here on Codeberg. https://horse64.org
  • Horse64 80.7%
  • Cython 11.2%
  • Python 7.9%
  • Makefile 0.1%
Find a file
2026-04-26 20:07:17 +02:00
.gitea/ISSUE_TEMPLATE docs: Update issue templates to hopefully be more clear 2026-01-08 01:47:25 +01:00
docs docs: Improve wording 2026-03-20 05:56:32 +01:00
src compiler: Fix regression that broke the C stage 2026-04-26 20:07:17 +02:00
tests housekeeping: More minor copyright updates 2025-07-29 19:41:59 +02:00
tools housekeeping: Remove workflow since Github allow disabling pull requests now 2026-02-17 02:59:33 +01:00
translator translator: Adjust hack to new code 2026-04-26 13:30:25 +02:00
.gitattributes housekeeping: Doing a quick display test to see how Codeberg handles this 2025-09-09 23:31:35 +02:00
.gitignore housekeeping: Improve the .gitignore listing 2026-04-26 08:50:16 +02:00
.gitmodules Remove Horp as direct git submodule for various reasons 2022-10-15 12:43:49 +02:00
AUTHORS.md housekeeping: Tweak some details of copyright and DCO notice 2025-07-29 12:57:59 +02:00
CONTRIBUTING.md docs: Fix typo 2026-01-24 20:22:14 +01:00
horp.conf compiler: Add first unification code to merge moosec into horsec 2025-09-21 00:00:57 +02:00
LICENSE.md docs: Add single word for clarification 2026-03-06 21:20:07 +01:00
PRIVACY.md housekeeping: Update privacy wording 2026-01-02 23:21:18 +01:00
README.md compiler: Fix remaining necessary renames from Moose64 to Horse64 Root 2025-12-16 05:41:20 +01:00

Horse64 Title Logo

Horse64 Programming Language

Horse64 is a high-level language that combines readability, clean dynamic typing, and readiness for large projects. It's more grounded rethinking of Python. Get it for free.

func main {
    print("Hello from 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.

Where Is What?

If you want to contribute or report a bug, you'll find the Horse64 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.