build-system

Tag

Cards List
#build-system

Bootstrapping Rust Considered Harmful

Lobsters Hottest · 4d ago Cached

A critical analysis of the Rust compiler's bootstrapping process, highlighting the excessive size and dependency bloat compared to other languages like OCaml, and arguing for a more lightweight approach.

0 favorites 0 likes
#build-system

OCaml Onboarding: Introduction to the Dune build system

Hacker News Top · 2026-06-04 Cached

A practical guide introducing the Dune build system for OCaml, covering project setup, building libraries and executables, and testing.

0 favorites 0 likes
#build-system

Flipper Zero Zig Template

Hacker News Top · 2026-06-01 Cached

A modern, production-ready template for developing Flipper Zero applications using the Zig programming language, providing a streamlined build system that integrates Zig with the Flipper Zero SDK.

0 favorites 0 likes
#build-system

Build System Reworked

Lobsters Hottest · 2026-05-27 Cached

The Zig build system has been reworked to separate the configurer and maker processes, enabling caching, release-mode compilation, and up to 90% faster 'zig build' commands. This change improves performance and allows the build system to grow features without slowing down.

0 favorites 0 likes
#build-system

@QuixiAI: In a push for cross platform, I created a native build system (Jai style) and I am building an --emit-c option to compl…

X AI KOLs Following · 2026-05-14 Cached

The developer created a native build system and is building an --emit-c option to complement the 'with migrate' feature, aiming for cross-platform support and eliminating Makefiles and shell scripts.

0 favorites 0 likes
#build-system

I made rust's cargo copy but for CPP

Hacker News Top · 2026-05-10 Cached

CRow is a new open-source build system and dependency manager for C/C++ that mimics the simplicity of Rust's Cargo.

0 favorites 0 likes
← Back to home

Submit Feedback