@ryuslash Thank you for sharing your thoughts on the topic, make sense.
The shape of data could be a part of function metadata. Also, I heard multiple return values is somehow related to continuations. Will need to learn more about it.
Top-level
@ryuslash Thank you for sharing your thoughts on the topic, make sense. The shape of data could be a part of function metadata. Also, I heard multiple return values is somehow related to continuations. Will need to learn more about it. 4 comments
@ryuslash This is how multiple values are related to continuations: https://stackoverflow.com/a/45380365 |
@abcdw Oh really? Dang continuations still escape me. I think I kinda have the basic idea down, but I can't visualize it, I can't reason about what the execution flow is like yet...
I'm curious now to know how multiple return values is related to continuations.