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

13
LINES

< > BotCompany Repo | #1012877 // ai_muse

JavaX fragment (include)

static S ai_muse(O museFunction, O... args) {
  AbstractThoughtSpace prev = thoughtSpace();
  try {
    callF(museFunction, args);
    AbstractThoughtSpace ts = thoughtSpace();
    if (!ts instanceof ActualThoughtSpace)
      ret "No thought space returned";
    ts.parent = null;
    ret ai_forward("#Question", "is");
  } finally {
    thoughtSpace(prev);
  }
}

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: #1012877
Snippet name: ai_muse
Eternal ID of this version: #1012877/3
Text MD5: affb122377f26d248bfd886d4acbf0d1
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-14 23:30:59
Source code size: 375 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 233 / 272
Version history: 2 change(s)
Referenced in: [show references]