Y
Hacker News
new
|
ask
|
show
|
jobs
by
elcritch
664 days ago
Nim uses a smaller bootstrap compiler that uses pre-generated C code to then build the compiler proper. It's pretty nifty for porting.
1 comments
pabs3
664 days ago
The article mentions that the Bootstrappable Builds folks don't allow pre-generated code in their processes, they always have to build or bootstrap it from the real source.
link