Horse64 is an open source programming language created in 2020 by Ellie Kanning-Dawn.
| #1679on PLDB | 6Years Old |
git clone https://codeberg.org/Horse64/core.horse64.orgHorse64 is a high-level language that combines readability, clean dynamic typing, and readiness for large projects. It's a more grounded rethinking of Python.
func main {
print("Hello World")
}