Pyprocessing: Processing without Java.
code.google.com50 pointsby vicehead21 comments
Permutations and combinations.
Taking 3 (visualized as dimensions) from 7 (length of side).
License: Public domain. Attribution requested.
KEY:
Permutation: (order matters).
Repeating (Sequence): All (little cubies). Eg: Passwords.
Non-repeating (Arrangement): All except the reds. (ie transparent + blues). Eg: Number of ways of podium finishes in a race.
Combination: Selection (order doesn't matter).
Repeating: Cubies with white outline. Eg: Number of 3 scoop icecream serving from a set of flavours.
Non-repeating (Subset combination): The blues. Eg: Number of ways to choose 3 member committies from a group.
For starters, Java and thus by extension processing doesn't allow funargs and is constrained by it's verbosity. For anything other than basic Sketches, this is a huge disadvantage for something that claims to be an educational tool.