Skip to content

Design Considerations

Stephen M. Coakley edited this page May 18, 2020 · 2 revisions

This is mostly a list of open-ended questions to think about while Riptide is being designed.

Returning values vs. yielding them

Should functions return single values, or should functions "yield" a stream of values? Or both?

Clone this wiki locally