Thanks for linking this. Though I've never met Walker, I was introduced to ANIMAL around 1977 on a Univac 1108. That was after the PERVADE subroutine quit working due to the release of a new version of the Exec-8 operating system. I was working then as an 1108 FORTRAN programmer, and learning 1108 assembly. Walker's code was a great example to learn from.

I suspect the earliest versions were written in the '50s when Claude Shannon and David Huffman were working on compression algorithms.

P.S. The reason ANIMAL and PERVADE are in all caps is that the 1108 used a character set called FIELDATA http://bit.ly/10w9dwq wherein a 36 bit byte, or word comprised six 6 bit characters...no lower case. We thought in octal, not hexadecimal.

When they made ASCII available, there were 4 9-bit bytes to the word


In reply to Re^2: AI Animals by jakeease
in thread AI Animals by Limbic~Region

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.