Hacker News new | ask | show | jobs
by hjk05 2612 days ago
What makes you think R or Python are bad at parallelism? My experience is that both are very decent.
1 comments

Both have packages that can manage subprocesses. Both have inherently single threaded interpreters.
What technology in what language are you comparing them against?