zilch/docs/modules/ROOT/pages/index.adoc

23 lines
754 B
Text
Raw Normal View History

2024-10-03 23:57:22 +00:00
= Introduction
Zilch is an experimental testbed for implementing reproducible compilation
technologies, based on Nix, but steering clear of most of the parts of Nix
built on top of the derivation concept.
Like Guix, it is built on top of Scheme. However, unlike Guix, it does not
require a second, incompatible Nix-like daemon to be installed.
Features:
* Solid, reusable, Nix daemon protocol core
* Batteries included
* Intercompatible with Nixpkgs and other, arbitrary, Nix expressions.
Its current focus is on incremental builds for xref:go/usage.adoc[Go],
xref:rust/usage.adoc[Rust], and xref:ninja/usage.adoc[Meson/CMake-based C/C++
projects].
2024-10-03 23:57:22 +00:00
== Contributing
Come join [.line-through]#us# me at `#zilch` on https://libera.chat[libera.chat]!