On Sun, Jul 30, 2000 at 07:35:45PM -0500, Signal 11 wrote: > > Actually, Adam Langley has already created a Freenet 0.2 > > implementation in C++ named Whiterose, and I'm currently working on a > > Freenet 0.3 implementation in C named nfreenetd (C++ is too big and > > clunky for myself - I prefer simpler languages like C and Python). > > Well, I know C++ but I think I could live without cin and cout.. > I think I still remember most of the types printf() can take... :) > > Now I'm completely ignorant of Java, but wouldn't using C++ make it > easier to port stuff back and fourth between the java and C versions > of freenet? Again, I have zero experience in porting anything...
I agree with you on this. My main gripes with Java are that Java is too slow for things like daemons (it is fine for other stuff, though), Java is *supposed* to be compatible with everything (but it isn't in reality), Java is a real pain in the ass to use (you have to set up stuff like classpaths), and the Java implementation I have has a major tendency to segfault (this is Blackdown - I tried to use Kaffe, but it wouldn't compile for some reason). -- Travis Bemann Sendmail is still screwed up on my box. My email address is really bemann at execpc.com. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 1414 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20000730/78d7c7a1/attachment.pgp>
