Uses 911K of libraries. Click here for Pure Java version (7731L/42K).
1 | !7 |
2 | |
3 | cmodule AgiBlueBot_PostAdjectives > DynSingleFunctionWithPrintLog {
|
4 | transient PKIKeyPair keys; |
5 | |
6 | start { keys = keyPairForProgram(); }
|
7 | |
8 | void doIt {
|
9 | LS words = mL("Adjectives");
|
10 | |
11 | print(shorten1000(agiBot_postMulti(keys, map(words, word -> litorderedmap( |
12 | q := word, key := "is", value := "an adjective" |
13 | ))))); |
14 | } |
15 | } |
Began life as a copy of #1023679
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: | #1024239 |
| Snippet name: | agi.blue Bot: Upload adjectives from mech list [OK] |
| Eternal ID of this version: | #1024239/3 |
| Text MD5: | fac297afab4eb799458b1b00715e494a |
| Transpilation MD5: | f3b4ffa74e8aa997c9a0ea9c3d483f17 |
| Author: | stefan |
| Category: | javax / agi.blue |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-28 16:57:16 |
| Source code size: | 358 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 601 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |