Few ideas I had:
- Simple classes (no inheritance, only mixins) like in JavaScript
- Always pass objects by reference as in Java to avoid the pointer mess
- Copy the core APIs from ECMAScript
Few ideas I had:
- Simple classes (no inheritance, only mixins) like in JavaScript
- Always pass objects by reference as in Java to avoid the pointer mess
- Copy the core APIs from ECMAScript