this post was submitted on 02 Nov 2023
4 points (100.0% liked)

General Programming Discussion

185 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

A software project management tool based on nix

top 1 comments
sorted by: hot top controversial new old
[–] hallettj 1 points 1 year ago

This is an interesting idea! When I was learning Nix, and feeling frustrated, I often thought that a type-checked language would help with discoverability. But it seems like it might be difficult to combine strong type-checking with Nix expressions' use of lazy self-reference. So with Garn you get the type-checking, but lose the laziness. I'm interested to see how that goes.