|
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 |
D - What about packages
Hi! Maybe I missed the support for packages, (Maybe it's in there already.) Isn't it a good idea to support packages and some sort of Jar files... There also needs to come some sort of 'package' naming convention. Like Java: com.companyname.<etc>.. Dynamic class inspection (Java reflection API) would also be a nice feature.. b.t.w. Great language !! ;) A friend of my pointed it out to me... Ik hope there will be a compiler soon... Rick Nov 19 2001
The module is the conceptual equivalent to the Java package. "Rick" <rick brainwave.demon.nl> wrote in message news:9tcvst$2vn3$1 digitaldaemon.com...Hi! Maybe I missed the support for packages, (Maybe it's in there already.) Isn't it a good idea to support packages and some sort of Jar files... There also Nov 20 2001
|