logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 0b79b170a1f5f5b8e4284791e533419446b184ee
parent b96d6100ee5c78cbef769f331f49afa03fe02481
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>