- I've learned the languages Lua, Python, C++, JavaScript, and TypeScript.
- I'm currently learning Rust.
- My special interests are game development and systems programming.
- I am working on py-bash, a Bash simulator written in Python.
- My favorite animals are cats, and especially ragdoll cats.
- My favorite color is orange.
Project | Summary | Stage |
---|---|---|
py-bash | A CLI-based OS simulator written in Python. | |
my_second_calculator.py | An expansion of my_first_calculator.py. |
I'm a passionate programmer with 6 years of experience in languages like Lua, JavaScript, TypeScript, C++, and Python. I started my coding journey on Scratch, creating small games, and eventually moved into Roblox development with Luau. Since then, I've explored multiple languages and have grown newfound skills. Looking forward, I hope to major in computer science at MIT.
#include <print>
int main() {
if (a + b == c) {
std::print("d");
}
return 0;
}