Maaan, I'm still not ready to hit this BytesKey stuff yet. I thought I had all this "T, V" stuff figured out but, it seems like there is still a little mystery to it. I decided to run through the Key abstract real quick and get rid of all the dynamics, replacing them with unknown<0> (ie T). I thought it was going to be straight forward and work but, of course it broke everything. The thing is, all I did, essentially, was reuse the concept that I used for @:from. @:from worked, why is cascading the concept throughout the script broken? This is what I need to learn. Haxe has a super poor information base so, as usual, I will have to use observation to figure this out.
That's cool. That's how I figured out 99% of this shit in the first place so, it's just more of the same. I'll tell ya, there is nothing more fun than figuring out a language with very little more than a slew of possible syntax to work with ::mega-sarc::. However, I am no dummy, the best way to figure this shit out is with some tester script that doesn't really do jack shit and the only results I want are an absence of errors.
That's cool. That's how I figured out 99% of this shit in the first place so, it's just more of the same. I'll tell ya, there is nothing more fun than figuring out a language with very little more than a slew of possible syntax to work with ::mega-sarc::. However, I am no dummy, the best way to figure this shit out is with some tester script that doesn't really do jack shit and the only results I want are an absence of errors.
Comment