1999-11-26 21:46:09 +01:00
|
|
|
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).
|
|
|
|
|
|
|
|
For formal details of the language, please see the NetRexx documentation
|
|
|
|
at
|
|
|
|
|
2005-04-06 01:02:27 +02:00
|
|
|
WWW: http://www-306.ibm.com/software/awdtools/netrexx/
|
1999-11-26 21:46:09 +01:00
|
|
|
|
|
|
|
Mike Cowlishaw <mfc@uk.ibm.com>
|
|
|
|
___________________
|
2001-11-16 07:14:36 +01:00
|
|
|
NOTE: Remember to add NetRexxC.jar to your Java CLASSPATH or NETREXX_JAVA
|
|
|
|
environment.
|