Libraryless. Click here for Pure Java version (1637L/10K/34K).
!752 static class OtherBot { S url, name; Source source; long lastHeardFrom; S computerID; S publicKey; } static new L<OtherBot> others; p { load("others"); } synchronized answer { if "count other bots" ret lstr(others); if "list other bots" ret structure(others); if "add other bot *" { S url = m.unq(0); assertTrue("URL expected", isURL(url)); if (containsWhere(others, "url", url)) ret "I know that one already"; new OtherBot bot; bot.url = url; others.add(bot); save("others"); ret "OK, URL added to list."; } }
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