| 15 Sep 2025 |
emily | this is my fear with the GHC bootstrapping plan... | 13:00:07 |
emily | either Lennart bends, Cabal/GHC maintainers do, or it's a fork situation | 13:00:32 |
MangoIV | I think the one that Lennart won’t support is TH and that can’t be used in GHC either | 13:08:07 |
MangoIV | Oh well… I guess if it’s used in boot libraries might still be an issue huh | 13:09:17 |
teo (they/he) | TH proper isn't used in boot libraries only TemplateHaskellQuotes, which means you don't have to worry about the tricky thing which is running splices | 13:11:13 |
teo (they/he) | In the long term, idk if GHC will continue to not use TH. GHC currently uses Generics to derive some of its typeclass instances and it leads to horribly slow compilation. TH would be one way to handle that in a better way. We can't currently use it, but that should be unblocked soon. I think the alternatives would be making Generics not slow, or a new way to derive instances | 13:12:58 |
emily | IIRC he said no plans for implicit params or magic hash, which sound like things GHC would plausibly use | 13:13:01 |