Avarel / Kaiper

Functional scripting in Java.
Apache License 2.0
10 stars 0 forks source link

Implement Kaiper's STD lib in respective modules #11

Closed Avarel closed 3 years ago

Avarel commented 7 years ago

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

Avarel commented 7 years ago

Note that this is only targeted towards FUNCTIONS