Movatterモバイル変換


[0]ホーム

URL:


Jump to content
Rosetta Code
Search

Category:NetRexx

Help
From Rosetta Code
Language
NetRexx
Thisprogramming language may be used to instruct a computer to perform a task.
Official website
Execution method:Interpreted or compiled
Garbage collected:Yes
Parameter passing methods:By value
Type safety:Safe
Lang tag(s):netrexx, rexx, java
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using NetRexx.

Introduction

NetRexx is a general-purpose programming language inspired by two very different programming languages,Rexx andJavaTM.It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntaxtaken directly from Rexx or its object-oriented version,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 seamlesslyextends to large application development with fast binary arithmetic.

The reference implementation of NetRexx produces classes for theJava Virtual Machine, and in so doing demonstrates the value of that concreteinterface 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.

Language Objectives

The programming language NetRexx, which is derived from both Rexx and Java is intended as a dialect of Rexx that can be as efficient and portableas languages such as Java, while preserving the low threshold to learning and the ease of use of the original Rexx language.

Open Source

On the 8th of June 2011, IBM transferred ownership of the reference implementation of NetRexx to The Rexx Language Association (RexxLA) for administration under theICU - International Components for Unicode open source license.

On March 3rd, 2024, NetRexx 4.06-GA was released.

Useful Links

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "NetRexx"

The following 200 pages are in this category, out of 284 total.

(previous page) (next page)
(previous page) (next page)
Retrieved from "https://rosettacode.org/wiki/Category:NetRexx?oldid=375650"
Categories:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

[8]ページ先頭

©2009-2025 Movatter.jp