Overview of the Nix Language: Difference between revisions
Appearance
imported>Danbst No edit summary |
imported>Makefu |
||
Line 11: | Line 11: | ||
== Syntax Highlighting/IDE Support == | == Syntax Highlighting/IDE Support == | ||
Nix language has decent syntax highlighting (SH) support among popular code editors, but refactoring/autocomplete is still rare. | Nix language has decent syntax highlighting (SH) support among popular code editors, but refactoring/autocomplete is still rare. | ||
see: [[Editor Modes for Nix Files]] | |||
[[Category:Discussion]] | [[Category:Discussion]] | ||
[[Category:Nix Language]] | [[Category:Nix Language]] | ||
[[Category:Incomplete]] | [[Category:Incomplete]] |
Revision as of 04:31, 6 October 2017
This discussion article covers the syntax, semantics, typing, compilation, tooling and libraries of the Nix Expression Language.
Learning the Nix language
The manual provides a reference of the Nix language.
Nix By Example is a step-by-step tutorial.
Syntax Highlighting/IDE Support
Nix language has decent syntax highlighting (SH) support among popular code editors, but refactoring/autocomplete is still rare.