This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Make readme more clearly refer to new version
DCO-1.1-Signed-off-by: Ellie <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,5 @@ | ||
|
||
Horse64 | ||
======= | ||
**[THIS REPOSITORY HAS BEEN SUPERSEDED, FOR THE WRITE | ||
PLEASE GO TO CODEBERG.]( | ||
https://codeberg.org/Horse64/core.horse64.org).** | ||
|
||
![GitHub Workflow Status Badge (branch master)]( | ||
https://img.shields.io/github/workflow/status/horse64/horse64/Basic%20build%20and%20test/master?label=build%20and%20tests&style=flat-square | ||
) | ||
|
||
Welcome to the *Horse64* language. | ||
|
||
[![logo](misc/logo-readme.png)](https://horse64.org) | ||
|
||
``` | ||
func main { | ||
print("Hello World, from Horse64!") | ||
} | ||
``` | ||
|
||
You found a **simple & versatile programming language** for backends, mobile, | ||
and desktop programs. | ||
|
||
*Horse64*'s design is focused on improving handling in large projects | ||
compared to scripting languages like Python, while retaining their | ||
ease of use. Installation is easy, only a text editor needs to be preinstalled. | ||
For more info, **[see the feature list](./docs/Features.md)**. | ||
|
||
Interested? [Try Horse64 yourself!](https://horse64.org/download) | ||
|
||
*Horse64* is, excluding its logo, all free software | ||
under BSD-2-clause licensing. [Check the license here.](LICENSE.md) | ||
We also have an open [specification](./docs/Specification/Horse64.md). | ||
|
||
|
||
Get Started | ||
----------- | ||
|
||
[Download Horse64 here.](https://horse64.org/download) | ||
|
||
|
||
Help & Docs | ||
----------- | ||
|
||
* [Documentation, read it!](https://horse64.org/docs) | ||
|
||
[![docs screenshot](misc/README_image_docs.png)]( | ||
https://horse64.org/docs | ||
) | ||
|
||
* [Help](https://matrix.to/#/#horse64:matrix.org) and [Community]( | ||
https://matrix.to/#/#horse64-community-barn:matrix.org) chat on Matrix | ||
|
||
[![chat icon](misc/logo_README_chat.png)]( | ||
https://matrix.to/#/+horse64:matrix.org | ||
) | ||
|
||
|
||
Proposals & Language Design | ||
--------------------------- | ||
|
||
Found a potential issue not regarding any implementaion bugs, but | ||
rather the general language design of Horse64? Do you think something | ||
important in the design is missing? [Head over to the general bug | ||
tracker](https://github.com/horse64/horse64-general/issues). While | ||
suggesting ideas, please keep the [design guidelines]( | ||
./docs/Design.md#overview) in mind. | ||
|
||
|
||
Advanced: Build it Yourself | ||
--------------------------- | ||
|
||
Since Horse64 is [open-source](LICENSE.md), you can | ||
[build it yourself]( | ||
./docs/horsec/horsec.md#manual-build | ||
) if you want to. However, it is recommended you simply | ||
use the [prebuilt SDK](https://horse64.org/download). |