I'll preface this by saying that I was really, really on the fence on opening this issue, because, yea, arguing about naming things on the internet is kinda rude. Please accept my apologies, I mean no harm, and I certainly won't insist on anything!
I'm going by the distinction from the legendary book "Parallel and Concurrent Programming in Haskell", where parallel computations are meant to be deterministic. You might want to reserve that name for those if you ever elect to implement such abstraction. Especially, because, as it is right now, "Parallel" after "Concurrent" is somewhat confusing. Why not simply one or the other?
Also, I'm interested in adding parallel effect to Bluefin (interesting exercise for an effect system), and since no Haskell effect system that I know about has this, it is not a bad time to keep the names consistent!
I'll preface this by saying that I was really, really on the fence on opening this issue, because, yea, arguing about naming things on the internet is kinda rude. Please accept my apologies, I mean no harm, and I certainly won't insist on anything!
I'm going by the distinction from the legendary book "Parallel and Concurrent Programming in Haskell", where parallel computations are meant to be deterministic. You might want to reserve that name for those if you ever elect to implement such abstraction. Especially, because, as it is right now, "Parallel" after "Concurrent" is somewhat confusing. Why not simply one or the other?
Also, I'm interested in adding parallel effect to Bluefin (interesting exercise for an effect system), and since no Haskell effect system that I know about has this, it is not a bad time to keep the names consistent!