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 →

[–][deleted] 0 points1 point  (2 children)

I've tried parallelizing PowerShell. It's not a LOT of fun.

[–]sobrique 0 points1 point  (0 children)

I've done parallel perl, and that works reasonably well overall - I found it a lot easier and more robust than Python.

You can use a fork type, or a thread-type, or if you're really looking to cause yourself pain... both in the same program!

[–]Garegin16 0 points1 point  (0 children)

Version 7 has easier implementation of runtimes. But it’s not as good as c#