akka-vs-scalaz icon indicating copy to clipboard operation
akka-vs-scalaz copied to clipboard

Idiomatic ZIO solution?

Open jdegoes opened this issue 6 years ago • 4 comments

@adamw

I wonder if you'd be interested in an idiomatic ZIO solution, which merely implements the web crawler, respecting constraints on business requirements. It would not use messages and possibly not use queues, at least in any significant way.

Could make an interesting part 4...

jdegoes avatar Jul 30 '18 02:07 jdegoes

Sure, that sounds interesting! Would be great to see how an alternate implementation could look like

adamw avatar Jul 30 '18 07:07 adamw

I've updated the code so that it compile with latest ZIO, if that would be of help :)

adamw avatar Sep 06 '18 06:09 adamw

@adamw Thank you, it will help! Also we have published release version that are stable now instead of snapshot versions, as before. The latest is 0.2.6.

jdegoes avatar Sep 10 '18 22:09 jdegoes

Yes, 0.2.6 is what the code is currently using

adamw avatar Sep 11 '18 06:09 adamw