Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

NetRexx

< >

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

#1182on PLDB 28Years Old
Wikipedia

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 Example Token
Strings ✓
'Hello world'
'
Print() Debugging ✓ say
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll