compiler

Tag

Cards List
#compiler

Dart Live, a compiler, VM, analyzer and hot reload on the web via Wasm

Lobsters Hottest · 19h ago Cached

Dart Live enables running the Dart compiler, VM, and analyzer entirely in the browser via WebAssembly, supporting stateful hot reload without a server.

0 favorites 0 likes
#compiler

@leloykun: I lost track of time again >.< I'm really sorry if you DMed me lately. I promise to go over my DMs! --- This sprint, I …

X AI KOLs Following · yesterday

The author developed a Lean4-to-TileLang tensor program superoptimizer that automatically generates optimized accelerator kernels and derives hyperparameter scaling laws, achieving a 1.8x speedup on A100 GPUs.

0 favorites 0 likes
#compiler

Exception Annotations: Lay of the Land

Lobsters Hottest · 2d ago Cached

This technical blog post details the status and usage of exception annotations in GHC versions 9.10 to 10.0, covering backtrace types and debugging strategies for Haskell developers.

0 favorites 0 likes
#compiler

Tiny-Lua-Compiler: Possibly the smallest Lua compiler ever

Lobsters Hottest · 3d ago Cached

Tiny-Lua-Compiler is an educational, self-hosting Lua 5.1 compiler and VM written in pure Lua, designed to be small enough to study but complete enough to handle real language features.

0 favorites 0 likes
#compiler

@QuixiAI: The With Programming Language has hit a major milestone. PCRE2 is in. Regular expressions integrated. Implicit main, on…

X AI KOLs Following · 4d ago Cached

The With programming language has reached a major milestone by integrating PCRE2 for regular expressions and implementing implicit main functions. The update supports one-liners and includes a self-hosted compiler with built-in LSP support.

0 favorites 0 likes
#compiler

Boriel BASIC

Hacker News Top · 4d ago Cached

Boriel BASIC is a modern, open-source BASIC compiler SDK designed primarily for the ZX Spectrum, offering enhanced features, integer types, and inline assembly support for retro game development.

0 favorites 0 likes
#compiler

jank now has its own custom IR

Lobsters Hottest · 5d ago Cached

jank, a Clojure dialect, has introduced a custom intermediate representation designed at the level of Clojure's semantics to enable better optimizations and compete with the JVM.

0 favorites 0 likes
#compiler

Phel v0.36.0 – Lisp on PHP, now with numeric tower and first-class Vars

Hacker News Top · 5d ago Cached

Phel v0.36.0 is released, bringing a numeric tower and first-class Vars to the Lisp-inspired functional language that compiles to PHP.

0 favorites 0 likes
#compiler

QBE – Compiler Back End

Hacker News Top · 5d ago Cached

QBE is a compact, hobby-scale compiler backend that provides 70% of the performance of industrial optimizing compilers in 10% of the code, supporting amd64, arm64, and riscv64 with a simple SSA-based intermediate language.

0 favorites 0 likes
#compiler

Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE

Hacker News Top · 6d ago Cached

Blaise is a modern, self-hosting Object Pascal compiler designed to eliminate legacy baggage by offering a single language mode, unified memory model, and native code generation via QBE.

0 favorites 0 likes
#compiler

The cuda-oxide Book

Lobsters Hottest · 6d ago Cached

cuda-oxide is an experimental Rust-to-CUDA compiler that allows developers to write safe, idiomatic Rust GPU kernels that compile directly to PTX.

0 favorites 0 likes
#compiler

cuda-oxide: cuda-oxide is an experimental Rust-to-CUDA compiler

Lobsters Hottest · 6d ago Cached

cuda-oxide is an experimental Rust-to-CUDA compiler backend released by NVIDIA, enabling pure Rust GPU kernel development without foreign language bindings.

0 favorites 0 likes
#compiler

Mojo v1.0.0b1

Lobsters Hottest · 6d ago

Mojo, the high-performance programming language from Modular, has reached version 1.0.0 beta 1.

0 favorites 0 likes
#compiler

XOR'ing a register with itself is the idiom for zeroing it out. Why not sub?

Hacker News Top · 2026-04-22 Cached

Raymond Chen explores why x86 compilers universally prefer "xor eax,eax" over "sub eax,eax" to zero a register, attributing it to historical momentum and slightly safer flag behavior rather than technical superiority.

0 favorites 0 likes
#compiler

Announcing TypeScript 7.0 Beta

Lobsters Hottest · 2026-04-21 Cached

TypeScript 7.0 Beta debuts a Go-based compiler that is ~10× faster than 6.0 while maintaining full semantic compatibility and is already battle-tested on multi-million-line codebases.

0 favorites 0 likes
#compiler

Kefir C17/C23 Compiler

Hacker News Top · 2026-04-17 Cached

Kefir is an independent, open-source C17/C23 compiler developed by a single developer, targeting x86_64 with System-V ABI and supporting Linux and BSDs. It features an SSA-based optimization pipeline, DWARF5 debug info, bit-identical bootstrap, and has been validated against 100 real-world open-source projects.

0 favorites 0 likes
#compiler

Nanopass Framework: Clean Compiler Creation Language

Hacker News Top · 2026-04-15 Cached

Nanopass Framework is a domain-specific language embedded in Scheme for creating compilers through small passes and intermediate representations, reducing boilerplate and improving maintainability.

0 favorites 0 likes
#compiler

Introducing Triton: Open-source GPU programming for neural networks

OpenAI Blog · 2021-07-28 Cached

OpenAI releases Triton 1.0, an open-source Python-like GPU programming language that enables researchers without CUDA experience to write highly efficient GPU kernels, achieving performance on par with expert-written CUDA code in as few as 25 lines.

0 favorites 0 likes
← Back to home

Submit Feedback