proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page

Show HN: Combinators in Array Languages

Related reading

  1. Kodebits Day 95: Lazy Sequences [FREE]

    This short Kotlin challenge demonstrates lazy sequences. It shows how `asSequence()` combined with `map`, `filter`, and `take` processes elements one at a time, evaluating lazily only when a terminal operation is called.

    Ray Wenderlichkodeco.com1 min
  2. The Next 700 Programming Languages

    Landin proposes ISWIM as a family of programming languages, separating physical syntax, logical syntax, abstract structure, and applicative expressions. The paper argues that language design should focus on primitive abstractions and expressive ‘where‑clauses’ rather than surface syntax.

    Hall of Famecmu.edu55 minpaperHN6
  3. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min