Esoteric language, which have C like syntax, but with objects and dynamic typing. Built with help of c4 compiler, crafting interpreters by Robert Nystrom, Writing an Interpreter in Go by Thorsten Ball and many others
Used ChatGPT for generating testing files (I felt lazy). Also used AI for debugging as it was absolutely painful by mysef. Some parts of it were written with a tremendous help of AI (correcting my code or giving me a upgraded versions of my functions).