I feel my brain is a hash of hashes (of hashes, etc.). I do not think arrays (as such) enter into the picture, really. I remember things via other things, not by when I learned them, per se. And I remember sequential things via linked lists (which COULD be seen as either:
$alphabet = { letter => 'a', next => { letter => 'b', ... } };
or as
$alphabet = { a => 'b', b => 'c', c => 'd', ... };
or any other multitude of ways). This implies that I think in a relational sense -- I best remember things by WHERE I've seen them. When I had to memorize the founding fathers of my fraternity (Acacia), I remembered which came after the next -- I could not say "the 8th father is ...", because I didn't have array-indexing abilities. I had to step through the list to find the 8th.

One of the brothers I just asked says he uses associative (which is compareable with relational) thinking, and that he uses linked lists for remembering sequential things. The argument he used is "when you smell a flower, you remember happy things, right?" That's associating the odor with a pleasant thing.

Then something interesting came up: (Maybe that was just a fun tangent, I dunno.) So I'm curious how you think your brain works in the Perl sense.

$_="goto+F.print+chop;\n=yhpaj";F1:eval

In reply to How do our brains work? 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.