legacy-paperclip
legacy-paperclip copied to clipboard
[MIT] moving over to Rust completely
Effort for this is to reduce the dependency on Node and allow Paperclip to be run as a single executable.
- [ ] CLI
- [ ] build
- [ ] interim compiler
- [ ] sub modules
- [ ] react compiler
- [ ] html compiler
- [ ] coverage
- [ ] snapshot + diff - this will need to install sub node_module
- [ ] designer - this will need to run sub module written in node
- [ ] build
- [ ] need to make sure that source maps are generated
On using compilers, we can use IPC between separate processes that would enable engineers to pick whatever language they want. Modules would be installed in the .paperclip/modules directory.
- [ ] Need to look into crates