|
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 |
digitalmars.D - Future Aspirations
The D Community, I've been using D consistently (and almost obsessively) for about 6 months now. I absolutely adore it. I couldn't get through the day without it. As far as that goes, thank you for a wonderful programming language. My only concern is not knowing when a new version is released without opening up PAN and checking this/these newsgroups. Hell, I couldn't even tell you which version I have now, considering I see nothing about it in the dmd executable's output/switches, nor on the website. Point being: Is there a way to find out which version I have? How about which version is currently being offered on the website? I'm no expert, but perhaps there could be some sort of naming convention for the dmd.zip release versions. Either way, thanks again for the language. I'll still use it whether or not I know which version it is. :) - Nick Nov 18 2004
"Nicholas Dove" <ndove cox.net> escribió en el mensaje news:pan.2004.11.19.03.02.23.752969 cox.net... | The D Community, | | I've been using D consistently (and almost obsessively) for about 6 months | now. I absolutely adore it. I couldn't get through the day without it. As | far as that goes, thank you for a wonderful programming language. | | My only concern is not knowing when a new version is released without | opening up PAN and checking this/these newsgroups. Hell, I couldn't even | tell you which version I have now, considering I see nothing about it in | the dmd executable's output/switches, nor on the website. | | Point being: Is there a way to find out which version I have? How about | which version is currently being offered on the website? | | I'm no expert, but perhaps there could be some sort of naming convention | for the dmd.zip release versions. | | Either way, thanks again for the language. I'll still use it whether or | not I know which version it is. :) | | - Nick | Lately, DMD has been released with a version number: dmd0.106.zip (or something like that). So that's one way. Another easier way is to run dmd (parameter-less) and read the version number at the top. ----------------------- Carlos Santander Bernal Nov 18 2004
Nicholas Dove wrote:The D Community, I've been using D consistently (and almost obsessively) for about 6 months now. I absolutely adore it. I couldn't get through the day without it. As far as that goes, thank you for a wonderful programming language. My only concern is not knowing when a new version is released without opening up PAN and checking this/these newsgroups. Hell, I couldn't even tell you which version I have now, considering I see nothing about it in the dmd executable's output/switches, nor on the website. Point being: Is there a way to find out which version I have? How about which version is currently being offered on the website? Nov 18 2004
Nicholas Dove wrote:Point being: Is there a way to find out which version I have? How about Nov 18 2004
|