Hi Jeff. I'm really just experimenting with different methods for OOP in JS. I've scrapped the v-table idea because it's redundant. The numbers are placed by the compiler so I can just put the number...
Lots of good knowledge in there. I clearly have a lot to learn, but it seems JS is increasingly becoming a more popular target language due to it's cross-platform capabilities, so I'm eager to learn...
So I'm new to Javascript, but I've been working on a programming language with similar semantics to C#, and I want to add a JS trans-compiler. I've been looking through various ways of...