Uses 911K of libraries. Click here for Pure Java version (11057L/63K).
1 | !7 |
2 | |
3 | sS input1 = [[ |
4 | My name is Hans |
5 | I am a 34 year old man |
6 | I used to work in a garage |
7 | ]]; |
8 | |
9 | sS expected1 = [[ |
10 | Hans is a 34 year old man |
11 | Hans has 3 fathers and 2 mothers |
12 | Hans used to work in a garage |
13 | ]]; |
14 | |
15 | cmodule RecordSelfDescription > DynPrintLogAndEnabled { |
16 | start-thread { |
17 | for (S s : tlft(input1)) |
18 | print(switcheroo_iToHe(s)); |
19 | } |
20 | } |
Began life as a copy of #1023066
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023090 |
Snippet name: | "PROFILER" Demo [dev.] |
Eternal ID of this version: | #1023090/3 |
Text MD5: | 6cda948ba320ccff332316d67ba39c9d |
Transpilation MD5: | be7c1dcf3359cc2076499263d572db80 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-03 23:31:06 |
Source code size: | 374 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 367 / 568 |
Version history: | 2 change(s) |
Referenced in: | [show references] |