boginka's corner

Summary

March 11, 2025

Writing this language has taught me a lot about how a language actually runs code.

Interpretted vs Compiled

An interpretted language takes the code and transforms it into a different language so that it can be compiled through that language's compiler.