// head -> voidfunc(Lisp) static Map<S, O> addLispExecutor_map = new HashMap; static void addLispExecutor(S head, O executor) { addLispExecutor_map.put(head, executor); }
Began life as a copy of #1008127
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: | #1008194 |
Snippet name: | addLispExecutor |
Eternal ID of this version: | #1008194/3 |
Text MD5: | 10ce2600082df426a2bfc992f186a8fb |
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-29 23:25:19 |
Source code size: | 178 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 528 / 554 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008199 - lispExecutor - synonym of addLispExecutor #1008200 - getLispExecutor |