| ▲ | simonw 12 hours ago | ||||||||||||||||
The QuickJS thing doesn't seem like a big deal to me, provided the documentation makes it clear that code will run slower if you use Any. If I was using this project for something I'd expect to write custom TypeScript for it. The floats rather than integers thing does look bad though. I tried compiling their fibonacci example to C (--backend c) and got this: | |||||||||||||||||
| ▲ | slopinthebag 12 hours ago | parent [-] | ||||||||||||||||
If you’re writing Typescript with zero dependencies and trying to target native I feel like it makes more sense to write it in a different language like Rust or Go. The main reason for this I think is getting cheap perf wins by running existing code natively. | |||||||||||||||||
| |||||||||||||||||