Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo challenge 11 with Coroutines. #456

Open
rajagennu opened this issue Dec 24, 2018 · 1 comment
Open

Redo challenge 11 with Coroutines. #456

rajagennu opened this issue Dec 24, 2018 · 1 comment

Comments

@rajagennu
Copy link

In challenge 11, we have used generators to implement

for i in ../*/*py; do grep ^import $i|sed 's/import //g' ; done | sort | uniq -c | sort -nr

How about redoing same challenge with Coroutines ?

If interested, users can use below references.

  1. Curious Course on Coroutines and Concurrency
  2. Coroutines
@bbelderbos
Copy link
Collaborator

We have one Bite on coroutines so far: https://codechalleng.es/bites/search/coroutines/ - maybe nice to add this pipeline but if I remember correctly we did not use send there, how would the code look for this scenario?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants