When someone writes a new programming language, what do they write it IN?

前端 未结 13 995
再見小時候
再見小時候 2020-12-07 06:57

Please excuse my ignorance. I\'m dabbling in PHP and getting my feet wet browsing SO, and feel compelled to ask a question that I\'ve been wondering about for years:

13条回答
  •  再見小時候
    2020-12-07 07:40

    A lot of languages are bootstrapped- that is written in themselves. As to why you would want to do this, it is often a good idea to eat your own dogfood.

    The wikipedia article I refer to discusses the chicken and egg issue. I think you will find it quite interesting.

提交回复
热议问题