mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2d09300ec5
A human-oriented programming language for writing/using Java classes. PR: 14503 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
19 lines
773 B
Plaintext
19 lines
773 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).
|
|
|
|
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.
|