My tutorial and take on C++20 coroutines
scs.stanford.edu
My tutorial and take on C++20 coroutines
1–10 of 144 posts
Re: My tutorial and take on C++20 coroutines
#2Re: My tutorial and take on C++20 coroutines
#3I know classic c++, but don't really use it anymore.
Re: My tutorial and take on C++20 coroutines
#4Good article though.
Re: My tutorial and take on C++20 coroutines
#5Re: My tutorial and take on C++20 coroutines
#6Is learning modern C++ worth the effort in 2021? I know classic c++, but don't really use it anymore.
Re: My tutorial and take on C++20 coroutines
#7I'm a bit confused by all of this. The idea of coroutines existed since the 60's. Then we came up with OOP that tries to combine function + data. And now we abolished this, are back at only functions and are now solving the 'state capture' problem for functions again with: Coroutines? How does the history of programming paradigms/patterns make any sense? :) Good article though.
But C++ coroutines don't seem too incompatible with the level of OOP you already get in C++, no?
Re: My tutorial and take on C++20 coroutines
#8I'm a bit confused by all of this. The idea of coroutines existed since the 60's. Then we came up with OOP that tries to combine function + data. And now we abolished this, are back at only functions and are now solving the 'state capture' problem for functions again with: Coroutines? How does the history of programming paradigms/patterns make any sense? :) Good article though.
Re: My tutorial and take on C++20 coroutines
#9I'm a bit confused by all of this. The idea of coroutines existed since the 60's. Then we came up with OOP that tries to combine function + data. And now we abolished this, are back at only functions and are now solving the 'state capture' problem for functions again with: Coroutines? How does the history of programming paradigms/patterns make any sense? :) Good article though.