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

15
LINES

< > BotCompany Repo | #1015100 // veryQuickJava_finish

JavaX fragment (include)

1  
static Class veryQuickJava_finish(S src, L<S> libs) {
2  
  libs = cloneList(libs);
3  
  src = findTranslators2(src, libs);
4  
  //print("Libs found: " + struct(libs));
5  
  
6  
  S dehlibs = join(" ", libs);
7  
  File bytecode = null;
8  
  //try {
9  
    bytecode = javaCompile_overInternalBot(src, dehlibs);
10  
  /*} on fail {
11  
    print("Was compiling: " + src + "\n");
12  
  }*/
13  
14  
  ret hotwireCore(concatLists(ll(bytecode), loadLibraries(libs)));
15  
}

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: 364 / 422
Version history: 3 change(s)
Referenced in: [show references]