|
|
|
|
|
by pjmlp
4177 days ago
|
|
Bootstrapping has the benefit that the whole compiler toolchain can enjoy the usage of the language. Additionally it is a way to expose the language designers to possible issues in the language, as they will spend more time using it instead of other implementation language, which helps improving its design and tools. Personally I tend to favour bootstraping, even if it is a little inconvenient when porting to new architectures. |
|