Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By flywire
#61559 One of the scary things about interpreters is that they don't do as good a job of detecting errors in the code. A handy feature would be to parse the code files as an initial test for valid code. There might also be the ability to strip comments and use opcodes instead of the textual representation of the code to offer smaller code size and some security on the code.