1 | static bool matchCondition_simple(Lisp condition) {
|
2 | //print("matchCondition " + condition);
|
3 | O evaluator = getLispEvaluator(condition.head); |
4 | if (evaluator != null) |
5 | ret isTrue(callF(evaluator, condition)); |
6 | ret lispTrue(condition); |
7 | } |
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: | 669 / 709 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |