Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/horse64/core.horse64.org

A simple & versatile high-level programming language! THIS IS AN (OFFICIAL) MIRROR, GO HERE FOR SOURCE: https://codeberg.org/Horse64/core.horse64.org
https://github.com/horse64/core.horse64.org

abstract-syntax-tree asynchronous beginner beginner-friendly bytecode compiler concurrent cross-platform dynamic-typing event-driven garbage-collection horse64 imperative lexer multi-paradigm object-oriented parser portable programming-language standard-library

Last synced: 3 months ago
JSON representation

A simple & versatile high-level programming language! THIS IS AN (OFFICIAL) MIRROR, GO HERE FOR SOURCE: https://codeberg.org/Horse64/core.horse64.org

Awesome Lists containing this project

README

        

![Horse64 Title Logo](logo/logo-readme.png)

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.

```Horse64
func main {
print("Hello to Horse64!")
}
```
See [features...](https://horse64.org/docs/Features)

### Useful starting points

- [Check project news](https://horse64.org/#news).

- [Documentation](https://horse64.org/docs/Welcome).

- [Get the 📦 SDK](https://horse64.org/download).

- [Project license](LICENSE.md).

This repository holds the code of the standard library, compiler,
and main documentation. The code is officially hosted on [Codeberg](
https://codeberg.org/Horse64/core.horse64.org) with a GitHub mirror.

Install & Build
---------------

The recommended way to install is [to get the prebuilt SDK](
https://horse64.org/get), and then to use [horp](
/docs/Runtime.md#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](/docs/How%20to%20Contribute.md).