static boolean snlIsList(Lisp tree) { S head = tree.head; L<S> tok = codeTokensOnly(javaTok(head)); if (l(tok) == 0) ret false; for (int i = 0; i < l(tok); i++) if (!eq(tok.get(i), (i & 1) == 0 ? "*" : ",")) ret false; ret true; }
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: | #1002806 |
| Snippet name: | snlIsList |
| Eternal ID of this version: | #1002806/1 |
| Text MD5: | c65013326092d1406e6d4f09dfb1610e |
| Author: | stefan |
| Category: | eleu / nl |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-26 01:07:01 |
| Source code size: | 258 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 817 / 798 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) |