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

8
LINES

< > BotCompany Repo | #1001820 // run (hotwire and callMain)

JavaX fragment (include)

static Class run(S progID, S... args) {
  Class main = hotwire(progID);
  ifdef run_debug
    print("Hotwired " + progID + " => " + strWithIdentityHashCode(main));
  endifdef
  callMain(main, args);
  ret main;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001820
Snippet name: run (hotwire and callMain)
Eternal ID of this version: #1001820/2
Text MD5: 2b1ce7e90bfabef943aad1be6cb732e3
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-24 14:12:40
Source code size: 219 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 722 / 4902
Version history: 1 change(s)
Referenced in: [show references]