mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
17 lines
758 B
Plaintext
17 lines
758 B
Plaintext
NetRexx is a new human-oriented programming language, designed to be a
|
|
simple, effective, and complete alternative to the Java language. With
|
|
NetRexx, you can create applications and applets for the Java environment
|
|
faster and more easily than by programming in Java.
|
|
|
|
Using Java classes is especially easy in NetRexx, as the different types
|
|
of numbers and strings that Java expects are handled automatically by the
|
|
language. NetRexx classes and Java classes are entirely equivalent --
|
|
NetRexx can use any Java class (and vice versa).
|
|
|
|
NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH or NETREXX_JAVA
|
|
environment.
|
|
|
|
For formal details of the language, please see the NetRexx documentation at
|
|
|
|
WWW: http://www-306.ibm.com/software/awdtools/netrexx/
|