- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
You must log in or register to comment.
But why typescript? Why not nickel or any other better suited functional lazy language with types?
It is the best of tools; it is the worst of tools. It is indispensable; it is unusable. It makes the impossible possible; it makes easy things hard. Nothing ever breaks; nothing ever works.
I like the sass, much less the typescript.
Yeah the way you need to maintain two codebases: one for types and one for actual logic is annoying.
Also nix is purely functional (which is necessary, for more information read the Nix Pills), Typescript is not, so unless it’s only a purely functional subset or severely limits Nix (in the form of abstractions, after skimming over it, I think this is the case), it will run into issues…