DEV Community

Keller Hydle
Keller Hydle

Posted on

I made programming language for dog lovers and beginners

GeorgeLanguage

I am 16 years old, and have always loved programming since 13. It's fun, it's unique, it makes you feel good when you find that error on line 342.

Learning how to was hard. I started with Python (told it was easy) but I just couldn't understand it. Like, seriously, "print"? What am I printing?

I then moved to Rust, which for some reason clicked. I loved how the language builds you up and doesn't knock you down with constant errors. Compiler warnings are super helpful for sure.

This inspired GeorgeLanguage (GLang for short), an interpreted programming language for complete beginners.

The syntax has a dog theme. Built-in functions like bark and chew make programming simpler. The for loop is actually called a walk loop! Errors help you grow as a programmer with helpful messages and tips.

You can check it out here.

Top comments (0)