logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 4781f569cf47a3421665978187931690972d648d
parent fca1aceb42204f54ce059842ff0818b0570e1867
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 Jul 2023 20:19:18 +0200

notes/bootstrapping: alternative Nim bootstrapping

Diffstat:

Mnotes/bootstrapping.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -73,7 +73,7 @@ <h3 id="nim">Nim</h3> <p> The transpiled C non-source code used for bootstrapping contained in <code>./c_code/</code> is pretty much what you would get with C++ mangled symbols auto-decompiled to C.<br /> - <a href="https://bootstrapping.miraheze.org/wiki/Bootstrapping_Nim">Real Bootstrapping</a> would need a bootstrap path for Object Pascal, which doesn't exists. + <a href="https://bootstrapping.miraheze.org/wiki/Bootstrapping_Nim">Bootstrapping Nim via historical releases</a> would need a bootstrap path for Object Pascal, which doesn't exists (yet?), another way would be to have a minimal Nim compiler written in another language which is capable of compiling the current compiler. </p> <h3 id="qemu">QEMU</h3>