Category:NetRexx: Difference between revisions

Content added Content deleted
mNo edit summary
m (Fix links, use one http:// per URI. Remove {{stub}} because this page already has much info.)
Line 1: Line 1:
{{stub}}
{{language
{{language
|NetRexx
|NetRexx
Line 12: Line 11:
'''NetRexx''' is a general-purpose programming language inspired by two very different programming languages, [[REXX|Rexx]] and [[Java]]<sup><small>TM</small></sup>.
'''NetRexx''' is a general-purpose programming language inspired by two very different programming languages, [[REXX|Rexx]] and [[Java]]<sup><small>TM</small></sup>.
It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntax
It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntax
taken directly from Rexx or its object-oriented version, [http://http://www.oorexx.org/ Object Rexx].
taken directly from Rexx or its object-oriented version, [http://www.oorexx.org/ Object Rexx].
From Java it derives static typing, binary arithmetic, the object model, and exception handling.
From Java it derives static typing, binary arithmetic, the object model, and exception handling.
The resulting language not only provides the scripting capabilities and decimal arithmetic of Rexx, but also seamlessly
The resulting language not only provides the scripting capabilities and decimal arithmetic of Rexx, but also seamlessly
Line 32: Line 31:
==== Useful Links ====
==== Useful Links ====
* [http://www.netrexx.org www.netrexx.org]
* [http://www.netrexx.org www.netrexx.org]
* [http://http://www.rexxla.org www.rexxla.org]
* [http://www.rexxla.org www.rexxla.org]