BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Iota buildin #222

Closed lileicc closed 10 years ago

lileicc commented 10 years ago
type Person;
#Person ~ 1;

random Person x ~ iota({p for Person p});

query x;
lileicc commented 10 years ago

@cberzan ready for review.

lileicc commented 10 years ago

close in favor of the new PR.