With NetRexx you can develop Java applications fast and easily. For example, consider the simplest application that says "Hello!" to the world. Compare the two chunks of code:
Java/* This is Hello.java */ |
NetRexx/* This is Hello.nrx */ |
notes
| |
If you need to get data from the standard input stream, code remains simple. This program asks your name and answers politely:
Java/* This is HelloYou.java */ |
NetRexx/* This is HelloYou.nrx */ |
notes
| |
[Index] [Previous Chapter] [Next Chapter]