www.digitalmars.com         C & C++   DMDScript  

D - What about packages

reply "Rick" <rick brainwave.demon.nl> writes:
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
parent "Walter" <walter digitalmars.com> writes:
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
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 20 2001