Skip to content

Experimental Morse64 prototype. THIS IS AN (OFFICIAL) MIRROR, GO HERE FOR SOURCE: https://codeberg.org/Moose64/m64.horse64.org

License

Notifications You must be signed in to change notification settings

Moose64/m64.horse64.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moose64 Title Logo

Moose64 Programming Language

The Moose64 language is like C but with pretty Horse64 syntax and basic object-oriented programming. It's made for maintainable high-performance code. Its uses are:

  • Simpler than C++, but still has competent object-oriented programming (OOP),

  • Borrows its syntax and approachable look from Horse64,

  • Great C inter-operability.

  • See more...

Currently unusable, stay tuned.

Useful starting points

This repository holds the code of the m64 stdlib, which is the m64 standard library, and its main documentation. The code is officially hosted on Codeberg with a GitHub mirror. The code of the moosec compiler is part of the core.horse64.org package instead.

Install & Build

The recommended way to install is to get the prebuilt Horse64 SDK which includes the moosec compiler for Moose64.

Where Is What?

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