Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 689 Bytes

Gaia Programming Language

Gaia is pronounced as /ˈgaiə/. I like the sound of that yeah. Imagine having this conversation:

Hey! What do you do?

I'm a gaiaaaa developer!

And whenever you encounter a bug, you can shout out:

Gaiaaaa~

Pretty cool, right?

I believe that the most personal is the most creative. Thus Gaia will be a very personal project at first. It's a C variant, a little language that looks like C and runs like C. It'll have C/LLVM as backend, and will generate C code or generate LLIR using LLVMSharp. And it's just a beginning. Wish me luck~

Getting Started

  1. make sure you have .NET 8.0 or above installed.
  2. run dotnet run.