Libraryless. Click here for Pure Java version (67L/1K/3K).
1 | !747 |
2 | |
3 | m { |
4 | static Class __javax; |
5 | |
6 | p { |
7 | print(__javax); |
8 | set(__javax, "customSystemOut", new Appendable() { |
9 | // only using this one |
10 | public Appendable append(CharSequence s) { |
11 | print("recursion alert :) " + s); |
12 | return this; |
13 | } |
14 | |
15 | public Appendable append(char c) { return this; } |
16 | public Appendable append(CharSequence s, int start, int end) { return this; } |
17 | }); |
18 | print("wups"); |
19 | } |
20 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1000944 |
Snippet name: | Recursion when printing in System.out handler :) |
Eternal ID of this version: | #1000944/1 |
Text MD5: | f75632b7c00b43209f33c3f2b5197543 |
Transpilation MD5: | bc89c465703970fcc41cae58d1d96c9a |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-09-11 15:11:50 |
Source code size: | 459 bytes / 20 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 502 / 573 |
Referenced in: | [show references] |