Comment human readable (Score 1) 159
Microsoft basic could be saved in the original text format or a faster loading token format. The token format was not human readable but existed as a language of its own. Any computer language can be translated into another language including human readable language. I had a translator program that would convert token basic into human text readable. I also have a program that converts C programs to pascal.
Any computer language is just a language and can be translated to most any other language if you know what the tokens mean. Granted you loose the embedded comments that explain what the code is supposed to be doing but that isn't all that different than fixing some beginners code that doesn't do what it was supposed to do.