( 17dec09A.frt -- iForth mind.frt artificial intelligence ) ( Open-source free AI for 64-bit supercomputers and Linux ) ( Name as "mind.frt" or as any "filename.frt" you choose. ) ( Run the AI with iForth by issuing these commands: ) ( C:\dfwforth\ifwinnt\bin\iwserver.exe include iforth.prf ) ( FORTH> include mind.frt ) ( FORTH> MainLoop ) ( To halt the AI Mind, press the Escape key at any time. ) ( http://www.scn.org/~mentifex/mind.frt 32/64-bit iForth ) ( http://code.google.com/p/mindforth/wiki/UserManual ) \ 14dec09A.frt imports EnBoot and other AI mind-modules. \ 15dec09A.frt removes a showstopper bug from TabulaRasa. \ 16dec09A.frt completes port of Win32Forth mind-modules. \ 17dec09A.frt has 60-char lines for Advogato & SCN. \ 16dec09A.F fixes bug revealed in 32/64-bit iForth coding. \ 18dec09A.F comments out obsolete variables pre-deletion. \ 20dec09A.F abandons generation in favor of comprehension. \ 22dec09A.F zeroes noun-activations for what-do questions. \ 22dec09B.F answers "what-do" tersely or "I DO NOT KNOW". \ 23dec09A.F restores EnCog English cognition mind-module. \ 24dec09A.F answers questions of the "what-do-X-do" form. \ 25dec09A.F fails to advance and is therefore abandoned. \ 27dec09A.F introduces qus quv quo to track query-words. \ 27dec09B.F responds with subject + verb + query-object.http://www.scn.org/~mentifex/mind.frt
http://www.scn.org/~mentifex/mindforth.txt
