Uses 911K of libraries. Click here for Pure Java version (10856L/57K).
1 | !7 |
2 | |
3 | concept StdClass { |
4 | S name, snippetID, description; |
5 | } |
6 | |
7 | cmodule StandardClasses > DynCRUD<StdClass> { |
8 | start { |
9 | importList(); |
10 | } |
11 | |
12 | void importList { |
13 | for (S name, S snippetID : standardClassesMap()) { |
14 | cset(uniq_sync(StdClass, +name), +snippetID); |
15 | } |
16 | } |
17 | } |
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: | 291 / 1590 |
Version history: | 5 change(s) |
Referenced in: | [show references] |