Hacker News new | ask | show | jobs
by groos 48 days ago
> How could the first Pascal compiler be compiled if it was written in Pascal, but a Pascal compiler didn't yet exist?

Therein lies the magic of bootstrapping a language compiler written in the same language. Look it up.

1 comments

You need a different compiler to compile the first one. You are the one who needs to "look it up".