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

16
LINES

< > BotCompany Repo | #1001683 // Web chat client (developing)

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

Transpiled version (439L) is out of date.

!747

m {
  static S name = "test";

  p {
    while (true) {
      for (ChatLine l : suckWebChat(name))
        print(l.who + ": " + l.text);
      if (readLineReady())
        sayInWebChat(name, readLine());
      else
        sleep(1000);
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cahelewubzku, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001683
Snippet name: Web chat client (developing)
Eternal ID of this version: #1001683/1
Text MD5: 845e27dcf4881c4b4c466d941b6b2ada
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-11-03 01:18:21
Source code size: 270 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 533 / 542
Referenced in: [show references]