Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

NetRexx

NetRexx - Programming language

< >

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

#888on PLDB 27Years Old 65Users
1Books 0Papers

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

Books about NetRexx on goodreads

title author year reviews ratings rating
The Netrexx Language M. F. Cowlishaw 1997 0 1 5.00
erg.html · netrexx.html · joss.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com