Conversation
Update docs, update examples, fix scope of fork
…mber Make eta dont reduce on numbers
Add guide examples to the tests, fix miscompilation of **
Changes some styles and enforces following of guidelines on issue openings
Co-authored-by: Nicolas Abril <y906846m@anonaddy.me>
Co-authored-by: Nicolas Abril <y906846m@anonaddy.me>
Add new IO, fix pruning
Fixed typo in examples/parallel_and.bend
Improve switch predecessor variable doc
…th-double-slash Dont allow top level names start with '//'
…write-raw-hvm-in-bend-programs bendlang#586 Add raw hvm function syntax
…ting-operations bendlang#582 Add native casting operations
…efore-linearize-matches Call desugar_use before linearize matches
…-sleep-functions bendlang#581 Add builtin sleep in float seconds
…-io-in-bend bendlang#573 Add primitive file IO functions
…oding-functions bendlang#580 Add string encoding functions
…-to-fun-syntax bendlang#596 Add elif terms to fun syntax
|
Bump |
nicolas-abril
left a comment
There was a problem hiding this comment.
Sorry we didn't get to your PR earlier, I just forgot about it.
We already have a parallel sum example (it just used to have a bad file name).
For the sequential sum, I'd rather it be part of the parallel sum example, with an explanation of the difference between the two and a suggestion for users to try sswapping between the two functions and seeing the difference.
That way it's more educational and also avoids polluting the examples with trivial things.
|
Bend is being reorganized. This repository (bendlang/bend) now belongs to Bend 2, a new implementation written from scratch, coming soon. Bend 1 lives on with its full history at https://github.com/HigherOrderCO/Bend1. We are closing every Bend 1 issue and pull request here: if this one still applies to Bend 1, please re-open it there. |
Add the examples from the README. This makes it much easier to get up and running.
Perhaps the README could refer to the examples directly in a later change.