FAQ: Difference between revisions

Sdht0 (talk | contribs)
Sdht0 (talk | contribs)
→‎Why is Nix written in C++ rather than a functional language like Haskell?: Cleanup: Is mentioning the perl removal project relevant?
Line 22: Line 22:
== Why is Nix written in C++ rather than a functional language like Haskell? ==
== Why is Nix written in C++ rather than a functional language like Haskell? ==


Mainly because Nix is intended to be lightweight, easy to learn and portable (zero dependencies). Since 24. April 2017 thanks to [https://github.com/shlevy Shea Levy] and the [https://www.gofundme.com/htuafwrg/ crowdfunding of 54 community members], nix does not have Perl as dependency anymore.
Mainly because Nix is intended to be lightweight, easy to learn, and portable (zero dependencies).
{{:FAQ/Libraries}}
 
{{:FAQ/nix-env -iA}}
{{:FAQ/stateVersion}}
== How to keep build-time dependencies around / be able to rebuild while being offline? ==
== How to keep build-time dependencies around / be able to rebuild while being offline? ==