Heh, I knew that statement was gonna come back and bite me in the a3.
I'm designing a programming language now with (among other things) a single int-type, which is sized correctly at compile-time, by trying to find the actual limits in the code (or using a dynamic int if this is impossible). That might remove the need for such things.
Bookmarks