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

6
LINES

< > BotCompany Repo | #1012309 // map_lispHead

JavaX fragment (include)

static L<S> map_lispHead(L<Lisp> l) {
  new L<S> out;
  if (l != null) for (Lisp x : l)
    out.add(lispHead(x));
  ret out;
}

Author comment

Began life as a copy of #1009843

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: #1012309
Snippet name: map_lispHead
Eternal ID of this version: #1012309/1
Text MD5: 4a1c0f03c3a91f73bc38696cf8c9b084
Author: stefan
Category: javax / isp
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-27 22:59:31
Source code size: 131 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 355 / 372
Referenced in: [show references]