[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Go Programming Environment Offered (?)
I 100% support the idea of sharing basic packages (such as GUI and
network communication) for building a Go program!
To respond Mousheng's question of where we can find a place for the
shared packages, I can set up a repository at USC/ISI and maintain it
for public distribution.
Thanks.
-weixiong (wayne) zhang
University of Southern California Tel: (310)822-1511 x 735
Information Sciences Institute & Fax: (310)822-0751
Computer Science Department URL: http://www.isi.edu/isd/zhang
Mousheng Xu wrote:
>
> Hi,
> The idea of sharing codes is actually very good. I suggest we pull
> together java or c++ classes into a package. If you want to use my class
> (say, connect to another computer via modem), you can just import or
> include it, then call it. You don't need to worry about how it's
> implemented. If there is a bug, let me know and I will fix it.
> The next question would be where we can find a place to put the classes. I
> will find a place for the java classes soon. If you have a java class which
> you think would be helpful for others, document it into enough details,
> post it to this group, and I will be more than happy to pull them together
> for public access. I will post some of my java codes soon (in a day or two).
> Thanks.
>
> -- Mousheng Xu