Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

28
LINES

< > BotCompany Repo | #1008171 // Incremental Thought Machine 1 [keeping a single value, OK]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (11322L/78K/259K).

!7

sS bla = [[
  Always fully apply ((Concept X was touched at Y.) and (Concept X was touched at Z.) and (Y > Z) => (Remove (Concept X was touched at Z.)))
  
  cwvffbyvwmafomuq - Concept X was touched at Y.
  anmgnlmdnkjivliq - Always fully apply (X)
  chjllkocfhtwcgoj - Remove (X)
  eijdjqhyzheusetj - (X) and (Y) and (Z) => (AA)
  wdbphzfoxwlrhdyl - X > Y
]];

p-tt {
  centerHigherConsole();

  // Set-up & quick evaluator check
  myTruth(bla);
  assertTrue(callLispEvaluator(englishToLisp("5 > 3")));
  assertFalse(callLispEvaluator(englishToLisp("3 > 5")));
  
  // Add information & think
  emit_english("Concept cwvffbyvwmafomuq was touched at " + now() + ".");
  applyAlwaysRules(100);
  
  // Print
  //printLispStatements();
  printEnglishStatements();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008171
Snippet name: Incremental Thought Machine 1 [keeping a single value, OK]
Eternal ID of this version: #1008171/22
Text MD5: 953983eea3cde76d30f05aa6f9ac5b4f
Transpilation MD5: c111d456bb41b937d8de7b1bc187e2fb
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-14 02:23:51
Source code size: 794 bytes / 28 lines
Pitched / IR pitched: No / No
Views / Downloads: 507 / 927
Version history: 21 change(s)
Referenced in: [show references]