Live data from Hacker News

Viewing profile — developedby

developedby

HN member
Joined
Thu, May 04, 2023, 8:42 AM UTC
HN karma
18
Public activity
3 items

About developedby

No profile information was provided.

Recent public activity

  1. comment
    Comment #40392080

    That's the main idea!

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

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