Things that are bothering me today:
- “For each” loops expect an Iterable instead of an Iterator or Iterable object.
- There is no way to group primitives similar to a C struct type.
- Iterators can’t return structs because structs don’t exist.
- Iterators can’t return structs or primatives because Generics only works for Objects.
- There is no way for Iterators to return multiple values (as in x-y coordinates, key/value pairs, etc) without creating wrapper classes.
- There are actual bugs (fruit flies?) crawling on my screen while I code, but only when my IDE is the front window… >:(