» Tag
compilers
35 postsSvelte-rs: A Svelte Compiler Rewritten in Rust
The Svelte 5 compiler is now in Rust, providing speed and compatibility.
As LLMs Write More Code, Compiler Focus Shifts to Verification
LLMs are shifting the focus of compilers from code generation to verification. Diagnostics and query-based architectures are becoming essential.
Allocating on the Stack
Go 1.25 and 1.26 enhance stack allocations, reducing garbage collector load and improving memory efficiency.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comClaude Is Not a Compiler, It's More
Claude enhances software engineering by simplifying decision-making across layers, surpassing traditional compilers.
Compiler Converts Computation Graphs to Vanilla Transformer Weights
Generate transformer weights from computation graphs with a compiler, no training needed.
Refactyl's verifier had more bugs than the code it checked
Refactyl's Vue 3 migration gate silently rejected valid code due to an AST reuse bug. A case study on why verifiers must check the exact artifact that ships.
RTS: A Rust-Based TypeScript-to-Native Compiler and Runtime
RTS compiles TypeScript directly to native code via Cranelift, skipping V8 entirely. With JIT/AOT modes, a custom Rust standard library and its own HTML/CSS engine, it targets true native performance.
AI and Compilers: A New Approach to Software Development
AI is reshaping the role of compilers in software development, offering new tools and systems.
Insights from Compiling Claude Code's 13 MB Minified CLI to a Native Binary
Compiling Claude Code's 13 MB CLI to a native binary revealed key insights for TypeScript compiler optimization.
My hobby compiler now compiles a company's production app
Edge Python allows users to run Python business logic on the client side, offering new possibilities with a fast and lightweight compiler.