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

7
LINES

< > BotCompany Repo | #1007870 // answersToQuestion

JavaX fragment (include)

static Set<Lisp> answersToQuestion(Lisp q) {
  new HashSet<Lisp> out;
  for (Lisp l : lispTruthByHead("tlwrjpzuteopednt"))
    if (eq(l.get(0), q))
      out.add(l.get(1));
  ret out;
}

Author comment

Began life as a copy of #1007839

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: #1007870
Snippet name: answersToQuestion
Eternal ID of this version: #1007870/1
Text MD5: 7db7efa25390ecaf18ba0f6864d49b5e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-12 16:20:32
Source code size: 191 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 505 / 489
Referenced in: [show references]