If I remember, one of the entries for the 4th Obfuscated Perl contest was a befunge interpreter written in Perl... (but I can't check because it looks like the site is unavailable at either itknowledge.com or tpj.com: does anyone know if this is cache'd/archived anywhere?)

And a quick search on the internet finds a Befunge interpreter in Perl...

I got seriously obsessed with this Befunge and other similar languages (stack based, 2-dimensional languages, possibly with multiple Instruction Pointers - e.g. threads).
To the point of having to throw away pages of notes because I couldn't get to sleep at night for thinking about call stacks and how to implement Object Orientation in my prototype language...

Cheerio!
Osfameron


In reply to Re: (OT) Sure, Perl might look ugly, but... by osfameron
in thread (OT) Sure, Perl might look ugly, but... by japhy

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.