in reply to RE: RE: How do our brains work?
in thread How do our brains work?
%brain = ( programming => { 'things to buy' => { 'doohickey' => undef, }, # ..., }, things_to_buy => {'milk' => '1 gallon', 'eggs' => {'amount' => 'dozen', 'color' => 'brown', 'size' => 'Large grade A' } 'doohickey' => undef }, doohickey => (\$brain{programming}, \$brain{things_to_buy}), etc... # ..., );
So, you would recall it in various ways. You may be at the store buying milk, you may be programming again etc... So, not that I disagree here, but the brain is more complex than any simple hash structure could illustrate.. it has triggers which will fill in other relations, according to various relations you have already made, and create new ones, remove some, blah blah blah.
Cheers,
KM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: How do our brains work?
by japhy (Canon) on Oct 17, 2000 at 21:12 UTC |