Measures Concepts
GitHub icon

NetRexx

NetRexx - Programming language

< >

NetRexx is a programming language created in 1996 by Mike Cowlishaw.

#981on PLDB 28Years Old

NetRexx is an open source, originally IBM's, variant of the REXX programming language to run on the Java virtual machine. It supports a classic REXX syntax, with no reserved keywords, along with considerable additions to support object-oriented programming in a manner compatible with Java's object model, yet can be used as both a compiled and an interpreted language, with an option of using only data types native to the JVM or the NetRexx runtime package. The latter offers the standard Rexx data type that combines string processing with unlimited precision decimal arithmetic. Read more on Wikipedia...


Example from hello-world:
say 'Hello World'

Language features

Feature Supported Token Example
Strings ✓ '
'Hello world'
Print() Debugging ✓ say
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout