For example, the interpreter's native functions and modules such as Math.sin should be implemented in the Interpreter package. The bytecode VM's native functions should be implemented in the bytecode package.
Why? Because patterns existing in the STD lib is an unholy sight and causes multiple namespace problems more than it is worth. @adriantodt
For example, the interpreter's native functions and modules such as Math.sin should be implemented in the Interpreter package. The bytecode VM's native functions should be implemented in the bytecode package.
Why? Because patterns existing in the STD lib is an unholy sight and causes multiple namespace problems more than it is worth. @adriantodt