Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Aug 1997 11:43:38 -0700 (PDT)
From:      Alex <garbanzo@hooked.net>
To:        Alfred Perlstein <perlsta@sunyit.edu>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: generic compiling programming language?
Message-ID:  <Pine.BSF.3.96.970809114104.264A-100000@zippy.dyn.ml.org>
In-Reply-To: <Pine.BSF.3.96.970809111436.5667C-100000@server.local.sunyit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sat, 9 Aug 1997, Alfred Perlstein wrote:

> 
> I know C is 'portable' but it still requires some major hacking to get
> programs working on various OSes, and Java can be used/compiled almost
> everywhere, although i think it requires a graphical display (right?)
> and it is pretty slow and not a good choice for many intesive
> applications.

Java doesn't require a GUI, unless you use the AWT (Abstracting Windows
Toolkit). The JDK itself does require a fair amount of hacking to get
compiled on non Solaris systems, but most of those oses have ports that
have been worked on, and polished, however Java is slow, very slow.
 
> Why isn't there a "Java" that is not interpreted? but could be easily
> cross compiled for any machine?

The closest to that is Netscape's JavaScript scripting for its browsers,
not nearly as powerful as Java, not sure how they compare speedwise.

- alex




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970809114104.264A-100000>