1 | static L<Lisp> map_lisp_intern(Collection<Lisp> l) { |
2 | L<Lisp> out = new L(l(l)); |
3 | if (l != null) for (Lisp x : l) |
4 | out.add(lisp_intern(x)); |
5 | ret out; |
6 | } |
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: | #1011690 |
Snippet name: | map_lisp_intern - map(lisp_intern) |
Eternal ID of this version: | #1011690/2 |
Text MD5: | f5c875934c2d171cb20b8467d43e6cdd |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-02 05:48:58 |
Source code size: | 162 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 467 / 512 |
Version history: | 1 change(s) |
Referenced in: | [show references] |