>>106998615
> implement everything on the header
I’ve stopped using .cpp files altogether and use the template system and preprocessor as an interpreter. Just the act of “compiling” the .h files is the computation itself, and now I don’t need any object files or binaries.

I’m considering trying visual basic as I hear it’s the same thing but faster with a better syntax.