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

6
LINES

< > BotCompany Repo | #1027134 // philosophyBot1_quick - perform thought on program (rules + facts) and return deduced facts

JavaX fragment (include)

1  
static Cl<S> philosophyBot1_quick(S program) {
2  
  PhilosophyBot1 bot = new(program);
3  
  bot.verbose = false;
4  
  bot.think();
5  
  ret bot.factsDeduced();
6  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027134
Snippet name: philosophyBot1_quick - perform thought on program (rules + facts) and return deduced facts
Eternal ID of this version: #1027134/3
Text MD5: 2d869f0261493b8d050f41a94d3a2d2b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-21 15:13:01
Source code size: 154 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 154 / 175
Version history: 2 change(s)
Referenced in: [show references]