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

6
LINES

< > BotCompany Repo | #1011690 // map_lisp_intern - map(lisp_intern)

JavaX fragment (include)

static L<Lisp> map_lisp_intern(Collection<Lisp> l) {
  L<Lisp> out = new L(l(l));
  if (l != null) for (Lisp x : l)
    out.add(lisp_intern(x));
  ret out;
}

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: 360 / 406
Version history: 1 change(s)
Referenced in: [show references]