You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

bageldaughter comments on Two Zendo-inspired games - Less Wrong Discussion

17 Post author: StephenBarnes 22 June 2015 03:47PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (6)

You are viewing a single comment's thread.

Comment author: bageldaughter 23 June 2015 09:31:50PM 1 point [-]

It'd be cool if the test at the end was guaranteed to have coverage of each of the subrules in a combination. I got the rule:

(starts with 'l') or (not (contains 'as'))

The "starts with 'l'" case was never tested for. You could test each of the subrules (at least in the case of disjunction) by having a test word that passes and fails each. Little more complicated for other kinds of combiner.