builtwithbend

27 builds.
All made with Bend.

Explore what people are making with Bend 2.

A different way to build.

Discover the language behind the projects.

Meet Bend 2 ↗

10 builds · page 1 of 1

Clear filters
Fabian Vega (u/FabianVeAl)Developer tools
↗

Tree-sitter Bend (Fabian Vega)

A reusable Tree-sitter grammar for Bend 2 syntax, maintained separately from the Zed extension that consumes it. It parses imports, data types, functions, laws, pattern matching, do-notation, parallel bindings, rewrites, dependent types, a…

GitHubReddit
☆ 0
Fabian Vega (u/FabianVeAl)Developer tools
↗

Bend for Zed

Bend 2 language support for the Zed editor, with syntax highlighting, code outlines, snippets, and inline diagnostics. A language-server shim invokes the Bend checker and supplies hover information from local function signatures and the ba…

GitHubReddit
☆ 1
@tsenartDeveloper tools
↗

Vegeta in Bend

A Bend 2 port of Vegeta's HTTP load-testing attack and report commands, shared by Vegeta author Tomas Senart. It generates HTTP traffic and produces compatible CSV/JSON results and text, JSON, or histogram reports. The port uses a laws-fi…

GitHubX
☆ 25200♡ 11
@Grave565Developer tools
↗

bolt

A linter, checker, and language server for Bend 2, written in Bend and paired with a VS Code extension. Configurable rules flag issues such as unused names, unfinished holes, suspicious recursion, formatting, and law coverage. The languag…

GitHubX
☆ 0♡ 1
LulzxDeveloper tools
↗

bendc

A self-hosting compiler for Bend 2 written in Bend 2. It type-checks and translates Bend programs into C, with an additional JavaScript output path and a runtime supporting effects and parallel execution. The repository includes a bootstr…

GitHub
☆ 20
MatheusBBarniDeveloper tools
↗

Knot

An early native JavaScript toolchain written in Bend 2. Current functionality includes an npm-compatible package-management path, dependency inspection, TypeScript-subset transpilation, import scanning, and initial build/watch commands. B…

GitHub
☆ 1
kirillleventcovDeveloper tools
↗

bendirstat

A disk-usage analyzer with terminal reports and an interactive treemap. Explore the largest directories and files, inspect usage by extension, or zoom into a visual map of the scanned tree. A native C effect performs filesystem scanning; …

GitHub
☆ 1
MatheusBBarniDeveloper tools
↗

BendJVM

An experimental Java Virtual Machine interpreter implemented in Bend 2. It reads Java class files, validates and decodes bytecode, and executes a focused Java 8 compatibility subset. Bend owns classes, call frames, operand stacks, static …

GitHub
☆ 1
iamsahilsonawaneDeveloper tools
↗

Bend HTTP Server

An HTTP/1.1 server in Bend 2 with concurrent connection handling and routes that demonstrate CPU-parallel and GPU-dispatched computation. Health and runtime-information endpoints make the example easy to inspect. Request parsing and routi…

GitHub
☆ 0
nicolas-abrilDeveloper tools
↗

Bend Tar

A command-line archiver written in Bend that creates, lists, and extracts ustar archives, with optional gzip compression. Its Bend implementation includes a DEFLATE encoder and decoder using LZ77 and Huffman coding. A matching C implement…

GitHub
☆ 0
Curated by LVTDBuilt for the people building.