
Franz: Functional Programming Language
Keyword-free functional language with prototype objects.
What it does
Franz is a radical experiment in minimalism: a high-level, functional language with zero keywords. By treating everything as a function, Franz achieves an elegant syntax without sacrificing performance. Key Features: 1) Keyword-Free: No reserved words; even control flow is a function. 2) LLVM Speed: Compiles to native binaries with Rust-like safety. 3) Capability-Safe: Sandboxed execution (use_with) prevents RCE by design. 4) Modern Core: Lexical scoping & prototypes.
Does a similar job
all alternatives →- SAScrapScript – A tiny functional language for sharable software2023 · scrapscript.org · ▲503
Hi friends, I started casually working on scrapscript in 2015. I built a few compilers over the years to test out various ideas/implementations, and I think I'm finally happy with the overall design. The code is not public yet. Email me at [email protected] if you're interested in joining the core team later this year. Let me know if you have any questions or feedback :)
- FAFe – A tiny, embeddable language implemented in ANSI C2020 · github.com · ▲143
- SNSkruv – No-dependency, no-build, small JavaScript framework2021 · skruv.io · ▲123
- C6C# 6.0 Functional Language Extensions2014 · github.com · ▲164
- BABolt – A super-fast, statically-typed scripting language written in C2025 · github.com · ▲261
I've built many interpreters over the years, and Bolt represents my attempt at building the scripting language I always wanted. This is the first public release, 0.1.0! I've felt like most embedded languages have been moving towards safety and typing over years, with things like Python type hints, the explosive popularity of typescript, and even typing in Luau, which powers one of the largest scripted evironments in the world. Bolt attempts to harness this directly in the lagnauge rather than as a preprocessing step, and reap benefits in terms of both safety and performance. I intend to be…
- GIGoing into freshman year, figured I should build an interpreter2023 · ▲138
Hi all! I'm going into my freshman year, and figured that the best way to prepare for the intro to programming Racket course would be to implement my own garbage-collected, dynamically typed, functional programming language in C ;) Anyways... here's the repo: https://github.com/liam-ilan/crumb I started learning C over the summer, so I still have a whole lot to learn... Any feedback would be greatly appreciated! :D
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com