Nim CPS: compile-time continuations(github.com)
github.com
Nim CPS: compile-time continuations
https://github.com/nim-works/cpsv
3 comments
This'll get you closer: https://github.com/nim-works/cps
Sorry, I was in a hurry.
Sorry, I was in a hurry.
Another in the continuing discussion... CPS as a library using nothing more than Nim's meta-programming.
Relevant recent articles:
- https://without.boats/blog/let-futures-be-futures/
- https://adam.nels.onl//blog/maybe-everything-is-a-coroutine/