Uses 911K of libraries. Click here for Pure Java version (9370L/49K).
1 | !7 |
2 | |
3 | concept LineJudgement { |
4 | S context; |
5 | S judgement; |
6 | S source; |
7 | } |
8 | |
9 | cmodule GLineJudgements > DynCRUD<LineJudgement> { |
10 | start { |
11 | dbIndexing(LineJudgement, 'context); |
12 | addCountToName(); |
13 | } |
14 | |
15 | // API |
16 | |
17 | S judgementForContext(S context) { |
18 | ret joinWithComma(uniquify(collect judgement(conceptsWhere LineJudgement(+context)))); |
19 | } |
20 | } |
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: | #1022202 |
Snippet name: | Gazelle: Line Judgements |
Eternal ID of this version: | #1022202/4 |
Text MD5: | edbb33e98b798b889166d95a99b9c059 |
Transpilation MD5: | 75ec5ba693f87709540dcb4457cdfd86 |
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-03-11 11:08:40 |
Source code size: | 366 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 373 / 749 |
Version history: | 3 change(s) |
Referenced in: | [show references] |