[FRIAM] Graal VM

Marcus Daniels marcus at snoutfarm.com
Fri Feb 21 14:47:37 EST 2020


Glen writes:

<  Well, it's not really the curation of triggers that you raise. You're raising the curation of possible actions/bins the trigger disambiguates. >

Sure.   And if the action gets you killed, the tail recursion is avoided!  (

run(Env) :- trigger(Env), action(Env,NewEnv), run(newEnv).
run(Env) :- \+trigger(Env), run(Env).

Tiny holes!!!!

Marcus
 



More information about the Friam mailing list