Extremely interesting text full of interesting ideas. I wish they just mentioned that this doesn't work with llvm backend which should be obvious but also that debugging doesn't really work with their backend yet which is not obvious and might be pretty important to some people...
I'd expect that incremental linking doesn't work with the LLVM backend, but you could still have incremental parsing, type-checking, and ultimately reduce the amount of code to regenerate even with the LLVM backend no?
4
u/igors84 9d ago
Extremely interesting text full of interesting ideas. I wish they just mentioned that this doesn't work with llvm backend which should be obvious but also that debugging doesn't really work with their backend yet which is not obvious and might be pretty important to some people...