Category:NetRexx: Difference between revisions

Content added Content deleted
m (Fix links, use one http:// per URI. Remove {{stub}} because this page already has much info.)
m (Link to JVM page, too.)
Line 16: Line 16:
extends to large application development with fast binary arithmetic.
extends to large application development with fast binary arithmetic.


The reference implementation of NetRexx produces classes for the Java Virtual Machine, and in so doing demonstrates the value of that concrete
The reference implementation of NetRexx produces classes for the [[runs on vm::Java Virtual Machine]], and in so doing demonstrates the value of that concrete
interface between language and machine: NetRexx classes and Java classes are entirely equivalent – NetRexx can use any Java class
interface between language and machine: NetRexx classes and Java classes are entirely equivalent – NetRexx can use any Java class
(and vice versa) and inherits the portability and robustness of the Java environment.
(and vice versa) and inherits the portability and robustness of the Java environment.