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

7
LINES

< > BotCompany Repo | #1008132 // matchCondition_simple - extended lispTrue calling evaluators

JavaX fragment (include)

static bool matchCondition_simple(Lisp condition) {
  //print("matchCondition " + condition);
  O evaluator = getLispEvaluator(condition.head);
  if (evaluator != null)
    ret isTrue(callF(evaluator, condition));
  ret lispTrue(condition);
}

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: #1008132
Snippet name: matchCondition_simple - extended lispTrue calling evaluators
Eternal ID of this version: #1008132/2
Text MD5: 353a0605aefdb6462974d1022ac0548a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-07 00:18:48
Source code size: 250 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 381 / 395
Version history: 1 change(s)
Referenced in: [show references]