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

8
LINES

< > BotCompany Repo | #1008102 // lispToEnglish_prettier - check truth base for prettification templates

JavaX fragment (include)

static S lispToEnglish_prettier(Lisp l) {
  if (l == null) ret "";
  S pattern = conceptToNameOpt(lispForwardRawOrSame("omrvwjslbkffaxoj", l.head));
  if (empty(pattern)) ret clUnparse(l);
  L<S> args = map(f lispToEnglish_prettier, l.args);
  S s = formatXYZ_appendRest(pattern, args);
  ret s;
}

Author comment

Began life as a copy of #1007819

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008102
Snippet name: lispToEnglish_prettier - check truth base for prettification templates
Eternal ID of this version: #1008102/5
Text MD5: 4dd32c498a6fc7031c24f36c99246ab7
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-24 20:02:38
Source code size: 304 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 481 / 512
Version history: 4 change(s)
Referenced in: [show references]