static S clUnparse(Lisp l) { if (l == null) ret ""; ret join(" ", (L) concatLists(ll(conceptQuote(l.head)), map(f clUnparse_sub, l))); } static S clUnparse_sub(Lisp l) { ret l.empty() ? clUnparse(l) : "(" + clUnparse(l) + ")"; } static L<S> clUnparse(L<Lisp> l) { ret map(f clUnparse, l); }
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: | #1007505 |
Snippet name: | clUnparse |
Eternal ID of this version: | #1007505/8 |
Text MD5: | 17c21ee900f1916d0d1fe72fffcfd0e0 |
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-10 12:18:08 |
Source code size: | 311 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 535 / 568 |
Version history: | 7 change(s) |
Referenced in: | [show references] |