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

12
LINES

< > BotCompany Repo | #1007839 // whatIs

JavaX fragment (include)

1  
static Set<S> whatIs(S concept) {
2  
ifdef LispAI
3  
  new HashSet<S> out;
4  
  for (Lisp l : lispTruthByHead("fgvvrzypbkqomktd", "pggfeqzkqnezzfto"))
5  
    if (eq(l.rawOrNull(1), concept) && l.isLeaf(0))
6  
      out.add(l.raw(0));
7  
  ret out;
8  
endifdef
9  
ifndef LispAI
10  
  ret null;
11  
endifndef
12  
}

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: #1007839
Snippet name: whatIs
Eternal ID of this version: #1007839/6
Text MD5: 0b9c9703d40d663a0421c78bd0108e43
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-22 21:43:33
Source code size: 287 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 467 / 466
Version history: 5 change(s)
Referenced in: [show references]