diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:46:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 20:46:09 +0000 |
commit | 2d09300ec544d55e6d39c7b83377a699c304ac6d (patch) | |
tree | 31a0fd991128824ecef516f3243079d7442d7a3b /java/netrexx/pkg-descr | |
parent | e200ad3375f312d9d3055ed1b4399480cbf76187 (diff) | |
download | ports-2d09300ec544d55e6d39c7b83377a699c304ac6d.tar.gz ports-2d09300ec544d55e6d39c7b83377a699c304ac6d.zip |
Notes
Diffstat (limited to 'java/netrexx/pkg-descr')
-rw-r--r-- | java/netrexx/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/netrexx/pkg-descr b/java/netrexx/pkg-descr new file mode 100644 index 000000000000..74e8e16d7ce8 --- /dev/null +++ b/java/netrexx/pkg-descr @@ -0,0 +1,18 @@ +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 + +WWW: http://www2.hursley.ibm.com/ + +Mike Cowlishaw <mfc@uk.ibm.com> +___________________ +NOTE: Remember to add NetRexxC.zip to your Java CLASSPATH environment. |