you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 17 hours ago (2 children)

I love when something is technically written in itself. Look at GCC (C compilator) - it is written in itself (although it was written in Assembly in the beginning). It just feels like a great feedback loop.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 8 hours ago

    That's is actually pretty common for programming languages. You first write a minimal compiler in some other language that only implements the features necessary to compile the full version, written in its own language, then you use the full compiler to recompile itself.

  • source
  • parent