Uses 911K of libraries. Click here for Pure Java version (12975L/67K).
1 | !7 |
2 | |
3 | cmodule CombinedBot > DynAttractorBot { |
4 | class CombinedBot2 > SingleAttractorBot { |
5 | void process(S input) { |
6 | print("Have " + n2(dm_attractorBotModules(), "bot module")); |
7 | dm_sendToAllAttractorBots(input, vf<S> say); |
8 | } |
9 | } |
10 | |
11 | AttractorBot makeBot() { ret new CombinedBot2; } |
12 | |
13 | start { |
14 | activateOnOutput = false; |
15 | } |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023154 |
Snippet name: | Combined Bot - central/single voice interface to all loaded DynAttractorBots |
Eternal ID of this version: | #1023154/15 |
Text MD5: | 4c2350669dde7b61f3b37cd78399b665 |
Transpilation MD5: | 7938be0922a24f2395e6d5b1edd20ee3 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-24 17:40:25 |
Source code size: | 363 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 344 / 2163 |
Version history: | 14 change(s) |
Referenced in: | [show references] |