- A literal is a
NatorStringby name only where the datatype is
Base's: a file that declares its ownNatchecks a literal
structurally again, sotype Nat: Succ{e: Empty}no longer admits1n
and a closedEmpty(#941). An array count past the nat cap is refused
instead of making a fractional literal that defeats termination (#954). - A wide record compiles: any field list past 255 words has its
multi-word fields boxed, for constructor layouts, nodes and def
signatures alike, so a 512-word record no longer dies "an arity over
255" (#944). A recursive datatype hidden behind a type family is boxed
instead of overflowing the compiler (#959). A datatype named
__proto__,constructorortoStringcompiles (#948). Still open: a
join holding several wide results, or a wide value held across a
non-tail call, is refused with the same message. - An annotated lambda or match applied where it stands compiles on both
lanes, as its let-bound form did (#956). - A read parked on a FIFO sees its end on macOS (#928, PR #932 by
PedroVIOliv): both IO loops wait withselect, since Darwin'spoll
never reports a named pipe's close. - A foreign effect's scheduling helper cannot be overwritten by an
effect namedX_need, in either discovery order (#946, PR #951 by
tachytelicdetonation). - A generated C local carries a
_prefix (PR #926 by nood-co1), so a
host macro such as macOS'sts_32cannot capture it; emitted C grows by
1 to 5 %. - The Node and Bun loaders report unsafe and foreign dependencies on
stderr, as the CLI does (PR #933 by vicmcorrea), and two books compiled in
one process no longer share layout memos (PR #961 by vicmcorrea). - Simpler compiler and effects, same output: the layout packer assigns
offsets once (PR #945 by tachytelicdetonation), the array intrinsics share
one cell path (PR #955 by PedroVIOliv), the facts fixpoint compares set
sizes (PR #960 by byronbenharris), the JS emitter keeps one descriptor per
native constructor (PR #952 by ramonzx6), oneBEND_RTCmacro serves the
device compilers (PR #963 by costamatheus97), and the file and audio
effects share one source each (PRs #950 and #939 by tachytelicdetonation
and tontontimiro).
Install: curl -fsSL https://bend-lang.com/install.sh | sh (or Homebrew: brew install bendlang/bend/bend, or Nix: nix profile install github:bendlang/bend).
sha256:
- c5bb22ba029d5909da9c6db82aa037278a66d1cf8a5572f433879f7dcd866c31 bend-2.0.25-darwin-arm64.tar.gz
- 78e70cda4068f83736649c760575f4382259d5817be96d2eb04b9d078d943af0 bend-2.0.25-darwin-x64.tar.gz
- c7cce7508fd13201d544180cca531a87a89c41829876c431cdfa0ea7f5308481 bend-2.0.25-linux-arm64.tar.gz
- 91c0e2640f8d2e3e73fd3dd62ed4d178ce9a6f7ce8f8980b4dc4abf7a6f9ccd4 bend-2.0.25-linux-x64.tar.gz