7 Matching Annotations
  1. Jun 2026
    1. Jarred Sumner used dynamic workflows to port Bun from Zig to Rust with 99.8% of the existing test suite passing, roughly 750,000 lines of Rust, and eleven days from first commit to merge.

      750,000 lines of Rust in 11 days is a genuinely remarkable benchmark โ€” a large-scale language port that would typically occupy an experienced team for 6-12 months. The 99.8% test pass rate is the critical credibility signal: it suggests the agents were doing semantic translation, not just syntactic conversion.

  2. Jan 2026
    1. Bun is a fast, incrementally adoptable all-in-one JavaScript, TypeScript & JSX toolkit. Use individual tools like bun test or bun install in Node.js projects, or adopt the complete stack with a fast JavaScript runtime, bundler, test runner, and package manager built in. Bun aims for 100% Node.js compatibility.

      Bun, #2025/12 bought by Anthropic for Claudecode, is a toolkit for js, typescript, jsx. you can use parts of it within node.js. Aims for full compatibility with node.js. Aims for means it doesn't I suppose

  3. Jun 2023
  4. Apr 2022