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

25
LINES

< > BotCompany Repo | #1002588 // List Analysis Bot (dev.)

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

Libraryless. Click here for Pure Java version (896L/7K/20K).

1  
!752
2  
3  
static S prefix = "history";
4  
5  
answer {
6  
  L list = getHistory();
7  
  
8  
  if (matchStart(prefix, s, m)) {
9  
    s = m.rest();
10  
    
11  
    if "length"
12  
      ret lstr(list);
13  
    
14  
    if "fields"
15  
      ret structure(fields(list));
16  
  }
17  
}
18  
19  
static L<S> fields(L l) {
20  
  new TreeSet<S> set;
21  
  for (O o : l)
22  
    if (o != null)
23  
      set.addAll(objectToMap(o).keySet());
24  
  ret list(set);
25  
}

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: #1002588
Snippet name: List Analysis Bot (dev.)
Eternal ID of this version: #1002588/1
Text MD5: 1ff07496c9471dd6b86ded61feeda4d2
Transpilation MD5: 85726dfda4bad74c24d334c312bd02ae
Author: stefan
Category: eleu
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-05 02:56:36
Source code size: 399 bytes / 25 lines
Pitched / IR pitched: No / No
Views / Downloads: 620 / 1010
Referenced in: [show references]