Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/horse64/core.horse64.org
- Owner: Horse64
- License: other
- Created: 2022-09-16T20:04:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T23:39:53.000Z (3 months ago)
- Last Synced: 2024-07-29T21:49:47.085Z (3 months ago)
- Topics: 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
- Language: Python
- Homepage: https://horse64.org
- Size: 3.79 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS.md
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).