mclangc/README.md
MCorange99 8f43e042f0
Update README.md
Signed-off-by: MCorange99 <79301995+MCorange99@users.noreply.github.com>
2023-04-13 05:13:29 +03:00

693 B

mclang rev2

This is the second revision of MCLang now written in rust!

Goals

- relatevely usable by normal programmers
- speed comparable to unoptimised C (sometimes)
- static typing
- self hosted (maybe better if not? Since rust is fast asf)
- multiplatform (windows, linux and mac)
- interop with other languages
- package manager
- installer

Documentation

The docs are currently are just made in MarkDown. You can find the docs here

Credits

MCotange - The one and only me, the creator and current maintainer or mclang rev1 and rev2