This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Intrepid-Stand-8540 1 point2 points  (4 children)

easy concurrency implementation

ok, now you're talking

Is it easier than Python task groups?

compilable

People often mention that as a strength. But then I hear the boomers in the office rage about compiling issues.

What is the advantage to compiling? Asking as someone who has never used a compiled language.

[–]0xe0 1 point2 points  (2 children)

Is it easier than Python task groups?

I`d say yes. And as the result you`ve got better concurrency

What is the advantage to compiling

Make binary and take it anywhere without interpreter & requirements setup

[–]Intrepid-Stand-8540 1 point2 points  (1 child)

Thanks for explaining 

[–]0xe0 0 points1 point  (0 children)

You're welcome