This repository was archived by the owner on Jun 5, 2021. It is now read-only.
This repository was archived by the owner on Jun 5, 2021. It is now read-only.
Interval types #10
Open
Description
The windowing and time-restriction APIs are begging for interval types instead of the current haphazard mix of tuples and argument positions. There could even be an infix unicode operator. Then windowing could simply be written as sig[(-200μs ↔ 800μs) + [1s,2s,3s]]
.
Some questions:
- Is there a good way to represent open-ended intervals?
- Is this too magical?
Metadata
Metadata
Assignees
Labels
No labels