I have an project that round trips each line of a CSV to an external service via an http request and writes the responses as a new CSV. Currently is operates purely off of lazy sequences. Do folks think re-implement this tiny project using channels would be a good way to learn core.async
? If so, does anyone have a recommended resource that helped them grok core.async
migration?