There already is an of_list function - I think it would be nice to have an of_seq too. This could be used to lazily generate data as the first node in a pipeline - e.g.
- synthetic data (i.e. no in-memory data to begin with),
- iterating through a datastructure,
- reading from a socket/pipe