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

17
LINES

< > BotCompany Repo | #1020715 // Standard Classes [Dyn Module]

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

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

!7

concept StdClass {
  S name, snippetID, description;
}

cmodule StandardClasses > DynCRUD<StdClass> {
  start {
    importList();
  }
  
  void importList {
    for (S name, S snippetID : standardClassesMap()) {
      cset(uniq_sync(StdClass, +name), +snippetID);
    }
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1020715
Snippet name: Standard Classes [Dyn Module]
Eternal ID of this version: #1020715/6
Text MD5: 21c0ecc1fc58596482ea30e9573d7fca
Transpilation MD5: f732f543c356c085c7d859dde24b5c2e
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-06-27 18:23:09
Source code size: 295 bytes / 17 lines
Pitched / IR pitched: No / No
Views / Downloads: 228 / 1507
Version history: 5 change(s)
Referenced in: [show references]