this post was submitted on 02 Mar 2024
13 points (93.3% liked)
Nix / NixOS
1741 readers
3 users here now
Main links
Videos
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nix' stack size is quite limited for a functional language. You cannot have infinite lists either. IIRC it does not do any tail call optimisation; it's a simple recursive evaluation.
Note that Nix is not a general purpose programming language that is designed to solve general purpose problems such as this one.