Go (language)
Richard Pieri
richard.pieri-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Mon Nov 23 10:41:55 EST 2009
On Nov 23, 2009, at 7:47 AM, David Kramer wrote:
>
> Uhm, that's what I said. You can't write a portable C or C++ program
> with a GUI, or a database, or a web service, etc without involving
> (usually that means buying) third-party libraries. Java offers other
> things, like a way of determining the running environment's text file
> line endings systematically, locale information like time zone and DST
> rules, etc.
How do you think Java got that way? Third-party libraries. All of what you list there is handled by NSPR. Really all of the system-level abstraction in Java is through NSPR with the exception of graphics.
--Rich P.
More information about the Discuss
mailing list