First time I have heard Prof. Shimon Shocken, from the Interdisciplinary Center in Herzelya was on a Java conference some 2 or 3 years ago. He gave a presentation about the system they use to teach the CS students The Elements of Computing Systems based on the book he wrote. They use a simulator written in Java.

This seems to be a fun course and a fun system. The students start out with a couple of Nand gates and during the semester they build a computer, and start to write programs on it. If I got it right, the end of semester project is writing a compiler (I think) in Java.

In the past two year the Perl conferences in Israel were held in the IDC. This year Shimon, the Dean of the CS school, gave us the opening speach. The fun part was when he mentioned that in the last semester one of the students implemented the compiler in Perl. It took only 3 pages instead of the usual 30 in Java.

I wonder if anyone will port this system to some Parrot capable language?


In reply to Hack: Building a computer platform by szabgab

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.