Viewing profile — developedby
developedby
HN member- Joined
- Thu, May 04, 2023, 8:42 AM UTC
- HN karma
- 18
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About developedby
No profile information was provided.
Recent public activity
-
comment
Comment #40392080
That's the main idea!
-
comment
Comment #40391751
Bending is an operation similar to folding, both in real life and in the language. While fold is recursive on data, bend is recursive on a boolean condition (like a pure while that…
-
comment
Comment #40388815
The first `fork` is from using bend and passing the initial state The program above will initialize a state (`x = 0`), and then, for as long as `x = 3`, it will halt and return a `…