Category:NetRexx: Difference between revisions

NetRexx 4.04 GA
m (Link to JVM page, too.)
(NetRexx 4.04 GA)
 
(5 intermediate revisions by 2 users not shown)
Line 1:
{{language
|NetRexx
|exec=bytecodeboth
|site=http://www.netrexx.org
|gc=yes
|parampass=value
|safety=safe
|tags=netrexx, rexx, java
}}
== Introduction ==
Line 11 ⟶ 12:
'''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
taken directly from Rexx or its object-oriented version, [http://www.oorexx.org/[ooRexx|Open Object Rexx]].
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
Line 29 ⟶ 30:
On the 8th of June 2011, IBM transferred ownership of the reference implementation of NetRexx to The Rexx Language Association (RexxLA) for administration under the [http://site.icu-project.org ICU - International Components for Unicode] open source license.
 
On September 12th 2022, NetRexx 4.04 was released
==== Useful Links ====
* [http://www.netrexx.org The NetRexx Programming Language - www.netrexx.org]
* [http://www.rexxla.org The Rexx Language Association - www.rexxla.org]
* [http://www.oorexx.org/ Open Object Rexx - www.oorexx.org]
2,289

edits