From owner-freebsd-chat Tue Oct 30 1:14: 6 2001 Delivered-To: freebsd-chat@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 539B237B406; Tue, 30 Oct 2001 01:11:00 -0800 (PST) Received: from dialup-209.247.143.30.dial1.sanjose1.level3.net ([209.247.143.30] helo=mindspring.com) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 15yUvC-00076C-00; Tue, 30 Oct 2001 01:10:59 -0800 Message-ID: <3BDE6ED3.64DC027E@mindspring.com> Date: Tue, 30 Oct 2001 01:11:47 -0800 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: Nate Williams , chat@FreeBSD.ORG, Poul-Henning Kamp , Jordan Hubbard Subject: Re: time_t not to change size on x86 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin wrote: > My personal peeve with C++ is that is a growth on teh side of C (although at > this point it's larger than C..) I prefer the way Java lays out code > (functions defined within the class, etc.). Unfortunately, the > implemenetations of Java running around aren't the speediest unless you are > running !FreeBSD. :-/ Granted, speed isn't needed for all things. Java has several problems: 1) It can't do multiple inheritance 2) You can instance classes without constructing them (the JavaMail API has a number of examples of this) 3) Strong typing is for weak minds -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message