|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - D and parallel programming
I am looking into D as a possibility for a programming project I want to start. Can someone point me to resources on how D supports parallel programming, assuming it does? I'm surprised I didn't notice anything about parallel programming on the "d language overview" page when I scanned/searched it. Unless it is there and I missed it (quite possible) then I think it should be added so people know what D is capable of (I'm still assuming it has some native support for parallel programming). -John Aug 06 2007
John Burak wrote:I am looking into D as a possibility for a programming project I want to start. Can someone point me to resources on how D supports parallel programming, assuming it does? I'm surprised I didn't notice anything about parallel programming on the "d language overview" page when I scanned/searched it. Unless it is there and I missed it (quite possible) then I think it should be added so people know what D is capable of (I'm still assuming it has some native support for parallel programming). Aug 06 2007
Sean Kelly wrote:Support for multithreaded programming (what I assume you meant by "parallel programming") in D largely amounts to a standard Thread object in the library, as well as a "synchronized" keyword which behaves quite similar to the one in Java. Aug 07 2007
Regan Heath wrote:Anyone know what the C# behaviour is in this case? Aug 07 2007
John Burak Wrote:I am looking into D as a possibility for a programming project I want to start. Can someone point me to resources on how D supports parallel programming, assuming it does? I'm surprised I didn't notice anything about parallel programming on the "d language overview" page when I scanned/searched it. Unless it is there and I missed it (quite possible) then I think it should be added so people know what D is capable of (I'm still assuming it has some native support for parallel programming). -John Aug 06 2007
|