6 ms·
Very cool! I can’t imagine writing everything in C, I’m currently learning this in OCaml which seems nicer for a project like this.
by parallax_error 6mo ago
Very cool! I can’t imagine writing everything in C, I’m currently learning this in OCaml which seems nicer for a project like this.
- nurettin 6mo agoWow that's super nostalgic. You're on a great path! After doing something similar, I switched to Haskell. Give it a go if you have the time.
- anta40 6mo agoPerhaps using this: https://github.com/nlsandler/nqcc2 https://github.com/nlsandler/nqcc2 ?
- MisterTea 6mo ago> I can’t imagine writing everything in C I will say that C is a perfect low level language for bootstrapping more complex systems and languages. If I were building a bootstrap compiler I would write it in C and have it emit C. Specifically C89/99 ONLY with no POSIX/GNU deps. that will guarantee a large swath of compiler and system support out of the box.
- zar1048576 6mo ago+1
- deleted 6mo ago[deleted]