Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditions by effect #28

Open
jeromeetienne opened this issue Jul 15, 2012 · 4 comments
Open

Conditions by effect #28

jeromeetienne opened this issue Jul 15, 2012 · 4 comments

Comments

@jeromeetienne
Copy link
Owner

  • list of condition listed in arrays and/or
  • make fireworks.condition
    • .satisfied
@jeromeetienne
Copy link
Owner Author

Find a good api... Important

@jeromeetienne
Copy link
Owner Author

If.age('gt', 1.2).isIn(shape)

Or something like that

@jeromeetienne
Copy link
Owner Author

How to handle and/or ? And parantheses

@jeromeetienne
Copy link
Owner Author

jetienne: somebody remember the and/or in array ?
[10:20am] jetienne: how to encode conditions and/or and the parentheses
[10:20am] jetienne: i remember some kind of coding in array and nested array.
[10:20am] jetienne: does this ring a bell
[10:21am] bai: like a lisp-style thing where you represent each operation as a command?
[10:23am] jetienne: bai: hmmm i dunno
[10:23am] jetienne: it is somehitng like
[10:23am] jetienne: [cond1, cond2, [cond3, cond4]]
[10:23am] jetienne: is the same as
[10:23am] jetienne: (cond1 and cond2 and (cond3 or cond4))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant