BayesianLogic / blog

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

support new list comprehension #218

Closed lileicc closed 10 years ago

lileicc commented 10 years ago

@chrisgioia64 support of list comprehension (the syntax already supports)

[age(x) for Person x: height(x) > 6]
cberzan commented 10 years ago

Will open a new PR after fixing merge issues