what are bootstrapped languages exactly and how do they work?

122 views

what are bootstrapped languages exactly and how do they work?

In: 1

3 Answers

Anonymous 0 Comments

Bootstrapping in the context of Programming languages simply means that the compiler/ interpreter compiling/ running the software was itself written in that programming language.
E.g. the c compiler is itself written in c.

Doing this is not strictly necessary, but enables you to be completely independent of other languages (that you might dislike for one reason or another, why else would you write a new language).

Anonymous 0 Comments

Bootstrapping in the context of Programming languages simply means that the compiler/ interpreter compiling/ running the software was itself written in that programming language.
E.g. the c compiler is itself written in c.

Doing this is not strictly necessary, but enables you to be completely independent of other languages (that you might dislike for one reason or another, why else would you write a new language).

Anonymous 0 Comments

Bootstrapping in the context of Programming languages simply means that the compiler/ interpreter compiling/ running the software was itself written in that programming language.
E.g. the c compiler is itself written in c.

Doing this is not strictly necessary, but enables you to be completely independent of other languages (that you might dislike for one reason or another, why else would you write a new language).