Libraryless. Click here for Pure Java version (9792L/67K/221K).
1 | !7 |
2 | |
3 | sS concepts = [[ |
4 | qhwrrglkfrbixwov - X has text Y. |
5 | jqqmoikhpezdzszn - X has Y line(s). |
6 | ygoumdrmuwqzeesj - How many line(s) does X have? |
7 | lefmtqojfaiukfke - How many |
8 | kcbifqeqvsidsios - -> a text |
9 | ]]; |
10 | |
11 | sS statements = [[ |
12 | kcbifqeqvsidsios has text "hello world\nhello again". |
13 | ]]; |
14 | |
15 | p-tt { |
16 | myTruth(concepts, statements); |
17 | |
18 | // number-of-lines evaluator |
19 | addLispEvaluator("ygoumdrmuwqzeesj", new F1<Lisp,Int>() { |
20 | Int get(Lisp l) { |
21 | S text = lispForwardRaw("qhwrrglkfrbixwov", l.get(0)); |
22 | //print("Text: " + struct(text)); |
23 | ret text != null ? countLines(text) : null; |
24 | } |
25 | }); |
26 | |
27 | lispAnswerQuestion_verbose("How many line(s) does kcbifqeqvsidsios have?"); |
28 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, nbgitpuheiab, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008158 |
Snippet name: | Thinking about texts 1 [WORKS] |
Eternal ID of this version: | #1008158/14 |
Text MD5: | 27cad989a944e27f55e09a4b6f27477e |
Transpilation MD5: | cfa3c321866ea267d313d8b4e5639941 |
Author: | stefan |
Category: | javax / a.i. / gui |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-29 16:14:58 |
Source code size: | 719 bytes / 28 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 506 / 887 |
Version history: | 13 change(s) |
Referenced in: | [show references] |