Overview of the Nix Language: Difference between revisions

From NixOS Wiki
imported>Ixxie
Added summary.
imported>Mic92
No edit summary
Line 2: Line 2:


This [[:Category:Discussion|discussion]] article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Expression Language.
This [[:Category:Discussion|discussion]] article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Expression Language.
== Learning the Nix language ==
The [manual https://nixos.org/nix/manual/#ch-expression-language] provides a reference of the Nix language.
[Nix By Example https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55] is a step-by-step tutorial.


[[Category:Discussion]]
[[Category:Discussion]]
[[Category:Nix Language]]
[[Category:Nix Language]]
[[Category:Incomplete]]
[[Category:Incomplete]]

Revision as of 17:57, 29 August 2017

Warning: "This discussion article is incomplete, so contributions are welcome. Please consult the discussion article metapage for guidelines on contributing to discussion articles."

This discussion article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Expression Language.

Learning the Nix language

The [manual https://nixos.org/nix/manual/#ch-expression-language] provides a reference of the Nix language.

[Nix By Example https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55] is a step-by-step tutorial.