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

20
LINES

< > BotCompany Repo | #1023090 // "PROFILER" Demo [dev.]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (11057L/63K).

!7

sS input1 = [[
  My name is Hans
  I am a 34 year old man
  I used to work in a garage
]];

sS expected1 = [[
  Hans is a 34 year old man
  Hans has 3 fathers and 2 mothers
  Hans used to work in a garage
]];

cmodule RecordSelfDescription > DynPrintLogAndEnabled {
  start-thread {
    for (S s : tlft(input1))
      print(switcheroo_iToHe(s));
  }
}

Author comment

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: 242 / 404
Version history: 2 change(s)
Referenced in: [show references]