From owner-freebsd-chat Mon Oct 29 13:47:33 2001 Delivered-To: freebsd-chat@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id E908137B401; Mon, 29 Oct 2001 13:47:28 -0800 (PST) Received: from caddis.yogotech.com (caddis.yogotech.com [206.127.123.130]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id OAA02940; Mon, 29 Oct 2001 14:47:23 -0700 (MST) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by caddis.yogotech.com (8.11.6/8.11.6) id f9TLlME02938; Mon, 29 Oct 2001 14:47:22 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15325.52842.924427.464498@caddis.yogotech.com> Date: Mon, 29 Oct 2001 14:47:22 -0700 To: John Baldwin Cc: Nate Williams , chat@FreeBSD.org, Poul-Henning Kamp , Jordan Hubbard , tlambert2@mindspring.com Subject: Re: time_t not to change size on x86 In-Reply-To: References: <15325.47137.886703.730360@caddis.yogotech.com> X-Mailer: VM 6.95 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) 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 > > [ Moved to -chat, and reduced Cc list somewhat ] > > > >> > > type-checking than C, (but before anybody suggest it: "...but without > >> > > all > >> > > the excess luggage and emotional hangups of C++") > >> > > >> > Even implying that C++ simply has emotional hangups is like saying > >> > that Jeffrey Dahmer merely had an eating disorder. :) > >> > > >> > That language is nothing less than a distillation of raw evil. > >> > >> Any tool looks evil if it is used incorrectly. > > > > Any tool that requires you to go through the gyrations that C++ requires > > in order to accomplish simple things is evil. ;) > > 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.). Java is my #1 choice for language. > Unfortunately, the > implemenetations of Java running around aren't the speediest unless you are > running !FreeBSD. :-/ Depends. I've got some really speedy code that runs on FreeBSD, but we optimized the crap out of it. (Not just for FreeBSD, but it turns out the optimizations made all platforms faster, and JIT's don't effect it much.) In any case, hopefully FreeBSD will catch up with a faster JVM. The 1.3 stuff is looking much better, if only we could get the licensing issues straightened out. (Is this too much to ask, after 3 years?) > Granted, speed isn't needed for all things. See above. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message