Actually just three programming languages in a trenchcoat
fork

Configure Feed

Select the types of activity you want to include in your feed.

test case for rules with bindings

+8
+8
testsuite/rule-single-bind/main.tri
··· 1 + rule only(true) 2 + 3 + proc main!() { 4 + for only(is_it) { 5 + if is_it { exit 0 } 6 + } 7 + exit 1 8 + }