Does it still exist? Well it must! I haven't seen a SPITBOL reference in close on 20 years.

The reference to a 10 fold speed increase may refer to the comparison of SNOBOL4 and SPITBOL-360 on IBM-360 series mainframes. When SPITBOL came out it was supposed to be 10 times faster than SNOBOL4.

The comaprison with Perl will be very application sensitive, SPITBOL was renowned in the 70's for its implementation of regular expressions, but in those days there was really nothing to compare it to. For pure text processing SPITBOL may in fact be faster than Perl, but for anyhting else I think it will be so grossly lacking in features these days that Perl, or pretty much anything else, would leave it way behind.

jdtoronto


In reply to Re: Moving from SPITBOL to Perl (a comparison) by jdtoronto
in thread Moving from SPITBOL to Perl (a comparison) by eff_i_g

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.