It struck me that it would be nice to have some form of ByteString in JavaScript utilizing TextEncoder but instead of having some fancy newing up a...
For further actions, you may consider blocking this person and/or reporting abuse
I wonder if it still work for vector operation 🤔
I thought about it again, I remember the problem with vector 3 or vector 4 sizes, you need to retain all 4 or 3 values and represent them as a type in such a way that the plus can be used, eg string and number, and then re translate them back to vectors again, it sounds like a fun challenge, let me know if you try it
It has been a long time but I think I have a vector implementation
How do you detect what kind operation it is (e.g
+,*) by just listening onvalueOf()?Here we go, the very technical details
2ality.com/2011/12/fake-operator-o...
Details of that are here 2ality.com/2011/12/fake-operator-o...
You wrote
Oporatorinstead ofOperator.Dyslexia, so I meant whatever 😁
Oporator it's really nice, I will call oporator to all my tests of this kind of weirdo programming. Ty for inspiring me xD
You are most welcome 🤪
You might enjoy this, then:
reperiendi.wordpress.com/2020/08/3...
ooooooh!