About Me

Hi, my name is Hafidh Muqsithanova Sukarno, or you can just call me Hafidh!

I often use the nickname snaztoz in some of my social media accounts, just like this site name (snaztoz.com).

I’m a programmer, often using Laravel, Golang, and also Rust.

Personal Projects

  1. Programming Language Implementation

Kaba is a strong and statically-typed programming language. Both the compiler and the runtime are written in Rust.

It is a free and open-sourced project released under the Apache-2.0 License.

The latest version (v0.4.0) introduce new features such as array data type, a new each loop statement, and some other improvements.

Currently, I’m working on the IR codegen component of the compiler.