Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
2611 days ago
Also interesting to learn two languages, in parallel, where neither is particularly good at parallelism :)
3 comments
rpier001
2611 days ago
Are you trolling right now? R's idioms for parallelism are pretty darn straightforward and easy to use. Effective too.
link
hjk05
2611 days ago
What makes you think R or Python are bad at parallelism? My experience is that both are very decent.
link
tyingq
2611 days ago
Both have packages that can manage subprocesses. Both have inherently single threaded interpreters.
link
rpier001
2608 days ago
What technology in what language are you comparing them against?
link
nurettin
2611 days ago
Humans are very good at doing things successively and calling it parallel.
link