Bend
Bend copied to clipboard
A massively parallel, high-level programming language
Currently we write ``` fold x with a: ... ``` But since `with` only takes variable names, we are forced to declare the state variable `a` earlier, which is annoying...
When a definition is unused, all of it's generated children will also be unused, which leads to the user-provided function to be printed many times as unused. For example ```...
Currently, we just forward the message given by `std::fs::read_to_string`: `No such file or directory (os error 2)`. We should instead give an error that more properly explains what went wrong....
**Is your feature request related to a problem? Please describe.** Not that I know of. Searched Regular Expression didn't see any issues or code related. **Describe the solution you'd like**...
- [ ] https://github.com/HigherOrderCO/HVM/issues/420