logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: fb574c24808364a5b05794f53e013ccaff5f9945
parent 6124d4eebca1498654879f3e483731ac8a9304be
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 Jul 2023 21:44:56 +0200

notes/bootstrapping: OCaml

Diffstat:

Mnotes/bootstrapping.shtml3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -124,6 +124,9 @@ <h2>Potentially problematic</h2> + <h3>OCaml</h3> + <p>Has binary seeds in <code>./boot</code>, there is <a href="https://github.com/Ekdohibs/camlboot">camlboot</a> but it seems to be pretty inefficient (takes hours to compile when regular ocaml takes minutes to compile)</p> + <h3 id="zig">Zig</h3> <p><a href="https://ziglang.org/news/goodbye-cpp/">Threw out the C++ implementation in favor of a <strong>large</strong> WASM binary seed</a>, for now it's chained-bootstrapping, hopefully an alternative compiler written in a bootstrapped language will appear.</p>