changed:
-
http://an.org/programming/
BeinG http://an.org/programming/being.py is used in FoodWorld (or EnergyWorld).<br>
that thing kind of implicitly applies http://an.org/programming/moral.py , doesn't it?
MinD .. is just sketching so far. http://an.org/programming/mind.py
<pre>
antont@vesuri:~/Documents/an$ wget http://an.org/programming/mind.py
antont@vesuri:~/Documents/an$ touch Soul.py
antont@vesuri:~/Documents/an$ python mind.py
~ ('A',) 1
S A
~ ('B',) 1
S B
--- B ---
T: (<__main__.Thought instance at 0xb7daaa4c>, A)
+ A
D: [[A]]
T: (<__main__.Thought instance at 0xb7daaa8c>, B)
...
T: (<__main__.Thought instance at 0xb7db37ec>, A)
* A
A not in [B] that are for <__main__.Thought instance at 0xb7db37cc>
A not in [B] that are for <__main__.Thought instance at 0xb7daaa8c>
A not in [B] that are for <__main__.Thought instance at 0xb7db378c>
A not in [B] that are for <__main__.Thought instance at 0xb7db37ac>
D: [[A]]
T: (<__main__.Thought instance at 0xb7db380c>, A)
* A
A not in [B] that are for <__main__.Thought instance at 0xb7daaa8c>
A not in [B] that are for <__main__.Thought instance at 0xb7db378c>
</pre>