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

6
LINES

< > BotCompany Repo | #1007983 // chooseBestArgumentHygiene - sort Lisp parses by round bracket hygiene

JavaX fragment (include)

static Lisp chooseBestArgumentHygiene(L<Lisp> l) {
  new Best<Lisp> best;
  for (Lisp x : l)
    best.put(x, lisp_roundBracketHygieneScore(x));
  ret best!;
}

Author comment

Began life as a copy of #1007979

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: #1007983
Snippet name: chooseBestArgumentHygiene - sort Lisp parses by round bracket hygiene
Eternal ID of this version: #1007983/3
Text MD5: 205984970053d7fc0b77c08f13373425
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-18 01:23:11
Source code size: 163 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 391 / 414
Version history: 2 change(s)
Referenced in: [show references]