Live data from Hacker News

Viewing profile — regnat

regnat

HN member
Joined
Fri, Jun 23, 2017, 9:49 AM UTC
HN karma
113
Public activity
13 items

About regnat

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #14634466

    You can install Nix in a totally unprivileged fashion, without having to use hacks such as PRoot, you just need to configure it to use a directory you have write access to instead …

  4. comment
    Comment #14625456

    Well... This is a sort of whitespace sensitivity, and I don't really like it, because that means that some tokens may or may not be meaningful depending on the context, which incre…

  5. comment
    Comment #14625426

    Thanks, it should be fixed now

  6. comment
    Comment #14619699

    I see. But that means using a whitespace-sensitive syntax, which some people (including me ;) ) don't really like

  7. comment
    Comment #14619692

    For your last point, you don't have to use the channels (which will anyway be deprecated at some point iirc), and you can pin the nixpkgs version in your nix files (like it is done…

  8. comment
    Comment #14619426

    The only place where I think we could make the semicolons optional is at the end of a let-binding or a record (like json does iirc), which would indeed be a small but blessed chang…

  9. comment
    Comment #14619342

    My tool could, but (for now, at least) it is a separate project from the main Nix interpreter, and this one is notably slow to evolve

  10. comment
    Comment #14619224

    You might be interested in dhall[0] and dhal-to-nix[1] which provides a really neat haskell-like language that compiles to nix. [0]: https://github.com/Gabriel439/Haskell-Dhall-Lib…

  11. comment
    Comment #14619109

    Unfortunately no, except maybe for some very minor tweaks that have a chance to be included in vanilla nix, but otherwise this would most probably either mean the death of this pro…

  12. comment
    Comment #14619027

    Hi, author here. While I agree that the language could be improved, I wonder why you say that this makes it uglier, and how you'd imagine a better solution (this is still in develo…

  13. story