Comment on From Python to Elixir Machine LearningparentComments−formulathree3yNo, parallelism is useful, concurrency without parallelism is not useful.Go and elixir provide some parallelism but the primary focus for both languages is concurrency.
Comments
No, parallelism is useful, concurrency without parallelism is not useful.
Go and elixir provide some parallelism but the primary focus for both languages is concurrency.