- You can call me YiYi instead of
TheD0ubleC. - My birthday is April 21, 2009. The perfect birthday present would be a PR that fixes every problem in one of my projects.
- I have a cat named Rommy — I owe her a lot.
- “If I wanted to suffer, I would’ve just touched grass.”
- Discord:
thed0ublec - Instagram: @YiYi.090421
- Facebook: YiYi.090421
Kinal is a modern systems programming language built from scratch.
It is designed to combine low-level control, a structured safety model, and a complete developer toolchain.
-
Dual execution model:
- Native compilation
- KinalVM bytecode
-
LLVM-based compiler backend
-
Three-tier safety model:
SafeTrustedUnsafe
-
A complete toolchain:
- Compiler
- Virtual machine
- Formatter
- Package manager
- LSP server
-
A Kinal-powered ecosystem — even the official website is built using Kinal
Unit App;
Get IO.Console;
Static Function int Main()
{
IO.Console.PrintLine("Hello, Kinal!");
Return 0;
}
Building compilers, virtual machines, operating systems, and whatever else seems like a bad idea at 3 a.m.


