(no title)
mrkmarron | 6 years ago
Some examples of better than existing languages are included as case studies in section 5 of the technical report:
-Automatically finding (ideally) any runtime error and producing a test case for it.
-Verifying that a SemVer update is safe or flagging where it will change the behavior of your code.
-Supporting compilation to high speed SIMD code or other accelerator architectures.
This is all still an aspirational goal and a lot of work remains though.
thomasfortes|6 years ago
Isn't that similar to what Elm does?
mrkmarron|6 years ago
schwartzworld|6 years ago