plato icon indicating copy to clipboard operation
plato copied to clipboard

A simple and efficient cross-platform programming language.

Results 3 plato issues
Sort by recently updated
recently updated
newest added

`ISequence` implies an ordering which is not your intention I believe. Perhaps call it `IStream`?

If every `ISequence` has a generator, and `IGenerator` extends `ISequence` why are they two separate types? This seems like a distinction that doesn't make a difference as `ISequence` has nothing...

`ISet` implies that T must implement Equality.