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~
- make sure you have .NET 8.0 or above installed.
- run
dotnet run
.