» Tag
compiler
17 postsJulia Introduces UnifiedIR to Merge Parser, Lowering and Optimizer IRs
Julia's compiler team unifies parsing, lowering and optimization under one IR, UnifiedIR, with a shared kind registry and source provenance tracking.
Rust's 2026 Goal: Derive-Free Compile-Time Reflection via Const fn
Rust Project's 2026 goals detail a const fn-based compile-time reflection system enabling derive-free serialization and introspection.
Compile Rust to Java Bytecode and Create Runnable JARs
A Rust compiler backend compiles to JVM bytecode, enhancing interoperability and portability.
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.comRust's Polonius Alpha Borrow Checker Now Enabled on Nightly
Rust's Polonius Alpha borrow checker is now enabled on nightly for testing, offering better error messages and increased compilation capabilities.
Introducing Thales: TypeScript Compiler and JavaScript Engine
Thales is a compiler that converts TypeScript to Lean 4 modules, promoting safer code practices.
Zero-dependency self-hosting JavaScript-to-native compiler
A zero-dependency JavaScript-to-native compiler that self-hosts, simplifying deployment.
Goeteia: A WebAssembly Scheme Programming Tool
Goeteia is a tool that compiles Scheme to WebAssembly, offering live compilation and interactive experiences with 3D graphics.
React Compiler in 2026: What It Actually Memoizes
The React Compiler automatically memoizes components, hooks, and callbacks. Learn how to enable it with Next.js.
High-Performance Go to TypeScript Compiler: GoScript
GoScript is a high-performance compiler for sharing Go code with TypeScript projects.
Progress in Compiling Linux with gccrs
The gccrs project has made significant progress in compiling the Linux kernel. The need for a Rust-based compiler is increasing.