Okay, next idea. FORTH is the genesis for the OpenBOOT initiative which underlies some recent system boot processes including Sun & FreeBSD. Imagine a coding system which can give you a complete interactive console-based IDE in 2K bytes booting your entire modern PC!
Indeed a friend of mine asked me if I knew any (thing about) FORTH, since he discovered it is at the basis of the boot system of his mac. I'm not sure if it's exactly the same thing as you're talking about, but it sounds like it is. I'll check your link ASAP.
The suggestion has been made many times, but I'll echo it. Learn C and make and study the source code of FreeBSD or Linux... so much to learn!!!
Oh C... I thought my fist post was quite comprehensive, and I forgot nothing the less than C!! Well, I used to know C, and C++, but it's over a decade I don't touch them any more. Indeed I do want to re-gain at least some confidence with them, but one of the main reasons why I want to is to learn XS programming. So this is a separate issue...

In reply to Re^2: New programming language suggestions by blazar
in thread New programming language suggestions by blazar

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.