-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hi,
I'm interested in FRP and Rust so this looks up my alley. But, the readme isn't giving me much. What kind of FRP? Do you have continuous-time? Higher order? Cycles? Purity?
Continuing
krausest/js-framework-benchmark#589 (comment)
Yeah, I use TypeScript at work. It's... better than JS, but not very good. Too many quirks, unsound type system, lack of useful features (typeclasses, nice ADTs, etc.), poor syntax (inherited from JS).
I used to use PureScript, then I switched to Rust because PureScript is indeed very slow (understatement), with no intention of improving.
You don't address Reason here. Have you tried it out? Good type system, pretty good performance. Compiler is much faster than Rust's. Good middle ground.
Also, all the stuff about doing performance-critical parts in Rust: I agree. : )