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

5
LINES

< > BotCompany Repo | #1008159 // callLispEvaluator

JavaX fragment (include)

static O callLispEvaluator(Lisp l) {
  F1<Lisp, O> e = getLispEvaluator(l.head);
  if (e == null) null;
  ret e.get(l);
}

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: #1008159
Snippet name: callLispEvaluator
Eternal ID of this version: #1008159/1
Text MD5: ec1f135c2c3d06826adaf46f9382605c
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 15:01:30
Source code size: 125 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 492 / 519
Referenced in: [show references]