Code center > Dead-End and Solved Suggestion Requests

Bitwise Functions

<< < (2/2)

Botsareus:
ok , add them. (I still think it will only cause more bugs though)

Numsgil:
I just finished the code for this.  I'm debugging and testing now.

I may convert the entire stack to a series of bits so I can handle overflow errors easier.  For instance, 32000 ^ 32000 is a nightmare for the built in mod function.  But that may slow down the stack functions a tad, which wouldn't be good...  Damn I wish VB had built in bit functions.

Anyway, this creates a nice continuum between the most basic commands (bitwise AND, OR) and some of the more advanced commands (like pyth, finddist, etc.)  I'm postpoing work on optimization until I make some very important decisions.

Navigation

[0] Message Index

[*] Previous page

Go to full version