You are reading a single comment by @mashton and its replies. Click here to read the full conversation.
  • how d you right it? In assembly?

    Nah, I wrote a variant on Standard ML, it was written in Java.

    Very few languages are written from the bits up, so to speak. Only back in the day would you have to start from assembly (or even pure machine) code.

    In fact, a significant milestone in the maturity of a computer language is when it is powerful enough to write a compiler or interpreter for itself.

    e.g. - You can write a Java compiler in Java.

    This is a very simple, and not particularly mind bending, example of the kind of stuff that goes on the whole time inside computer science. Beautiful.

About

Avatar for mashton @mashton started