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

15
LINES

< > BotCompany Repo | #1015100 // veryQuickJava_finish

JavaX fragment (include)

static Class veryQuickJava_finish(S src, L<S> libs) {
  libs = cloneList(libs);
  src = findTranslators2(src, libs);
  //print("Libs found: " + struct(libs));
  
  S dehlibs = join(" ", libs);
  File bytecode = null;
  //try {
    bytecode = javaCompile_overInternalBot(src, dehlibs);
  /*} on fail {
    print("Was compiling: " + src + "\n");
  }*/

  ret hotwireCore(concatLists(ll(bytecode), loadLibraries(libs)));
}

Author comment

Began life as a copy of #1005577

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

Snippet ID: #1015100
Snippet name: veryQuickJava_finish
Eternal ID of this version: #1015100/4
Text MD5: 96e5ceccbd3b5cdb85c05456425a7572
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-31 15:23:38
Source code size: 433 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 361 / 418
Version history: 3 change(s)
Referenced in: [show references]