Bend icon indicating copy to clipboard operation
Bend copied to clipboard

A massively parallel, high-level programming language

Results 178 Bend issues
Sort by recently updated
recently updated
newest added

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...

enhancement
syntax

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 ```...

enhancement
compilation

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....

enhancement
compilation

**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**...

enhancement
external

- [ ] https://github.com/HigherOrderCO/HVM/issues/420