From owner-freebsd-hackers Sun Aug 25 17:16:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27927 for hackers-outgoing; Sun, 25 Aug 1996 17:16:30 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA27920 for ; Sun, 25 Aug 1996 17:16:27 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.7.5/CET-v2.1) with SMTP id AAA07041; Mon, 26 Aug 1996 00:16:16 GMT Date: Mon, 26 Aug 1996 09:16:16 +0900 (JST) From: Michael Hancock To: Doug Wellington cc: FreeBSD Hackers Subject: Re: JDK 1.02 In-Reply-To: <9608241836.AA04073@sun1paztcn.wr.usgs.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 24 Aug 1996, Doug Wellington wrote: > those three languages... So, my point is, Java isn't anything special, > it's just neutered C++, Perl, Python and TCL... We already have all these > other tools, they're stable and established, and free! Java is different. My favorite languages are C, Java, and Python. One thing that I like about Java is that it is like C, but very well specified. It's a strongly typed language and the basic types are specified to the byte count, so an integer on a PC is the same as an integer on a Dec Alpha, etc. If the language is well-specified and good implementations follow, then even if people come up with different tweaks in their libraries then it should be very portable. As far as my other favorite languages are concerned, I like C with all its warts - well, just because. Python is cool for doing some quick CGI and also when I get tired of dealing with types. Regards, Mike