rameshvarun / protoworld

[WIP] A live object system for JavaScript, inspired by Self and Smalltalk.
https://rameshvarun.github.io/protoworld/
ISC License
3 stars 0 forks source link

Implement Transporter #1

Open rameshvarun opened 6 years ago

rameshvarun commented 6 years ago

The module exporter is based off of this paper - https://dl.acm.org/citation.cfm?id=217839.217845

rameshvarun commented 5 years ago

Partially implemented. Does not support initializers for value types.