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

21
LINES

< > BotCompany Repo | #1025795 // Discord Philosophy Java Spike

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 5909K of libraries. Click here for Pure Java version (21286L/121K).

1  
!7
2  
3  
standardBot1 DPJS {
4  
  transient S theory = [[
5  
    java gazelle_guilds
6  
7  
    $user says (guilds) => proc {
8  
      for $guild in gazelle_guilds():
9  
        say (I am in guild $guild)
10  
    }
11  
  ]];
12  
  
13  
  sync S processSimplifiedLine(S s, O... _) {
14  
    try answer super.processSimplifiedLine(s, _);
15  
    
16  
    PhilosophyBot1 bot = new(theory);
17  
    philosophyBot_autoJava(bot);
18  
    dm_prepareMakeAndCallInThread();
19  
    ret philosophyBotWithFactStore_discordAnswer(bot, null, s, _);
20  
  }
21  
}

Author comment

Began life as a copy of #1025621

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1025795
Snippet name: Discord Philosophy Java Spike
Eternal ID of this version: #1025795/4
Text MD5: fff0c9437d5280fc84bc925581f2970f
Transpilation MD5: b13b53f0b94a416cd27c56ff96411c49
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-20 15:07:38
Source code size: 500 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 298
Version history: 3 change(s)
Referenced in: [show references]