goodboy

Results 707 comments of goodboy

FYI we can probably vastly improve the example "proxy" code here with the new native bidir streaming support in #209 🏄🏼

We need to make a *combine* pun in this obvs 😂

Another project we could look at for autogenning some diagrams like this that's trio native: https://github.com/ianchen-tw/trio-vis

Hey @trifle thanks for the report 😎 > tractor looks amazing! Thanks friend. It's been a WIP for some time but I think we're getting close to prime time finally...

@trifle feel free to jump in our chat on matrix/gitter if you'd like as well. It might be handy to have some interaction if you do end up working through...

@overclockworked64 oh, pinging you since I think this was from your PR. Also, @trifle I'm going to change the title to be OS X specific because I'm pretty sure this...

This set of blog posts IMO further cements the above claim. - http://www.dalnefre.com/wp/2010/05/deconstructing-the-actor-model/ - http://www.dalnefre.com/wp/2020/01/requirements-for-an-actor-programming-language/ - http://www.dalnefre.com/wp/2014/03/actors-in-javascript/ Python **is not** an actor programming language, thus trying to force *actor types*...

Another entertaining example of *non-actors* in pop culture: https://www.infoq.com/news/2021/06/swift-async-await-actors/ Oh boi, even more material: - https://www.swiftbysundell.com/articles/swift-actors/ - https://www.swift.org/blog/distributed-actors/ - https://docs.swift.org/swift-book/LanguageGuide/Concurrency.html - https://github.com/DougGregor/swift-evolution/blob/actors/proposals/nnnn-actors.md - https://forums.swift.org/t/concurrency-actors-actor-isolation/41613 Can anyone point out what's wrong...

@phaustin slick, thanks for the links. Added them in.

Some more *actor model* options from different language suggested by @salotz: - [syndicate](https://syndicate-lang.org/): implemented in racket and javascript - [quasar](http://docs.paralleluniverse.co/quasar/) a lib for java and kotlin, though a lot of...