Gossamer
- Why Gossamer Expressive and clear syntax Forward pipes (|>), immutable by default, and one obvious way to do things.
- Data flows top-to-bottom, the way you wrote it — not nested inside-out.
- Automatic memory, no GC pauses Deterministic reference counting plus arena { } regions reclaim memory the moment it's done.
Unverified
- Why Gossamer Expressive and clear syntax Forward pipes (|>), immutable by default, and one obvious way to do things.
- Data flows top-to-bottom, the way you wrote it — not nested inside-out.
- Automatic memory, no GC pauses Deterministic reference counting plus arena { } regions reclaim memory the moment it's done.
Sources: Gossamer-lang