Procedures Language 2/REXX: Difference between revisions
Appearance
transfered from the bloated REXX page |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
==Tools== | ==Tools== | ||
====Libraries, extensions and bindings==== | ====Libraries, extensions and bindings==== | ||
Archiver | |||
* [[Bullet|Bullet/REXX]] - Allows you to work with [[xBase]] files or databases | *[[Info-Zip]] - Compression/decompression, avl. in a REXX compatible DLL (Open source) | ||
* [[dbfREXX]] - Allows you to work with | |||
Database access | |||
*[[Bullet|Bullet/REXX]] - Allows you to work with [[xBase]] files or databases | |||
*Pro*REXX - Bindings/Interface to a [[Oracle Database]] | *[[dbfREXX]] - Allows you to work with xBase files or databases | ||
* [[RexxBase]] - Allows you to work with [[ | *Pro*REXX - Bindings/Interface to a [[Oracle Database]] | ||
* [[REXXBOS]] - A complete OS/2 system interface for REXX | *[[RexxBase]] - Allows you to work with xBase files or databases (Freeware) | ||
* [[REXX/CURL]] - Bindings to the [[libcURL]] library - Open source | * [[REXX/ISAM]] - ISAM database files extension (Open source) | ||
* [[REXX/ | * [[REXX/SQL]] - [[SQL]] database access (Open source) | ||
* [[REXX/GD]] - Bitmap manipulation extension - Open source | |||
I/O | |||
*[[LesTecIO]] - Sundry I/O routines | |||
*[[REXXIO]] - I/O routines, freeware version of LesTecIO | |||
* [[REXXBOS]] - A complete OS/2 system interface for REXX | |||
* [[REXX/CURL]] - Bindings to the [[libcURL]] library - Open source | |||
* [[REXX/EEC]] - Encode, compress and encryption ext. - Open source | |||
* [[REXX/GD]] - Bitmap manipulation extension - Open source | |||
* [[REXXSEM]] - Semaphore support for REXX - Used to be shareware, now freeware | * [[REXXSEM]] - Semaphore support for REXX - Used to be shareware, now freeware | ||
* [[ | * [[RxULS]] - REXX [[Unicode]] API - Open source | ||
* [[SpUtils]] - PM and API functions - Open source | * [[SpUtils]] - PM and API functions - Open source | ||
====GUI/Widget bindings==== | ====GUI/Widget bindings==== | ||
* [[Rexx/Curses]] - Bindings to the [[PD Curses]] text mode UI library - Open source | * [[Rexx/Curses]] - Bindings to the [[PD Curses]] text mode UI library - Open source | ||
* [[REXX/DW]] - Bindings to the [[Dynamic Windows]] GUI/Widget toolkit - Open source | * [[REXX/DW]] - Bindings to the [[Dynamic Windows]] GUI/Widget toolkit - Open source | ||
* [[REXX/Tk]] - Bindings to the [[Tcl/Tk]] GUI/Widget toolkit - Open source | * [[REXX/Tk]] - Bindings to the [[Tcl/Tk]] GUI/Widget toolkit - Open source | ||
====Graphical front ends and REXX development systems==== | ====Graphical front ends and REXX development systems==== | ||
* [[ | * [[DrDialog]] - Freeware | ||
* [[GpfREXX]] - Commercial | * [[GpfREXX]] - Commercial | ||
* [[MAID]] - | * [[MAID]] - Commercial | ||
* [[VisPro/REXX]] - | * [[VisPro/REXX]] - Was commercial, now freeware | ||
* [[VREXX]] - | * [[VREXX]] - Freeware | ||
* [[VX-REXX]] - | * [[VX-REXX]] - Commercial | ||
====OS/2 text editors with REXX support==== | ====OS/2 text editors with REXX support==== | ||
Line 39: | Line 44: | ||
* [[Enhanced Editor]] - Has syntax highlighting, auto-formatting and automatic code summary for REXX. | * [[Enhanced Editor]] - Has syntax highlighting, auto-formatting and automatic code summary for REXX. | ||
* [[Fast Editor Lite]] | * [[Fast Editor Lite]] | ||
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent | * [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. | ||
* [[Future Wave Editor]] - macro & syntax support included by default | * [[Future Wave Editor]] - macro & syntax support included by default | ||
* [[KEDIT]] - [[XEDIT]] clone | * [[KEDIT]] - [[XEDIT]] clone | ||
* [[Preditor/2]] - REXX template with syntax highlighting | * [[Preditor/2]] - REXX template with syntax highlighting | ||
* [[SourceLink]] - Commercial | * [[Rexxit]] | ||
* [[SourceLink]] - Commercial - Browser/Editor/Visualiser. | |||
====Source code browsers, visualisers, analysers and other utilities==== | ====Source code browsers, visualisers, analysers and other utilities==== | ||
* [[Exuberant ctags]] - Creates index files out of REXX source files - Open source | * [[Exuberant ctags]] - Creates index files out of REXX source files - Open source | ||
* [[Pillarsoft Suite]] - Contains a code template tool with REXX support - Shareware | * [[Pillarsoft Suite]] - Contains a code template tool with REXX support - Shareware | ||
* [[REXX/Trans]] - Helps you use REXX as a macro lang. in your app - Open source | * [[REXX/Trans]] - Helps you use REXX as a macro lang. in your app - Open source | ||
* [[REXX/Wrapper]] - Wraps REXX code into a semi-exe - Open source | * [[REXX/Wrapper]] - Wraps REXX code into a semi-exe - Open source | ||
* [[SourceLink]] - Commercial | * [[SourceLink]] - Commercial - Browser/Editor/Visualiser. | ||
====OS/2 applications that can be scripted with REXX==== | ====OS/2 applications that can be scripted with REXX==== | ||
OS/2 based | OS/2 based applications that have explicit REXX support, other software that has some sort of scripting support can sometimes be "hijacked" to use REXX as well by shaping the output of your REXX script to what the application expects. | ||
;Communications programs | |||
* | *HyperAccess | ||
*Kermit 95 | |||
*PM-Mail - E-Mail program | |||
*REXXterm | |||
*ZOC | |||
;Graphics applications | |||
*Embellish - Bitmap graphics editing | *Embellish - Bitmap graphics editing | ||
*[[Gnuplot]] - Plotting package | *[[Gnuplot]] - Plotting package | ||
*Impos/2 - Bitmap graphics editing | *Impos/2 - Bitmap graphics editing | ||
* | *PhotoGraphics Pro - Line/pixel graphics | ||
;Spreadsheets | |||
*[[Lotus 1-2-3]] | *[[Lotus 1-2-3]] | ||
*[[Mesa 2]] | *[[Mesa 2]] | ||
* | ;Text editors | ||
* | *[[Enhanced Editor]] | ||
* | *[[Future Wave Editor]] | ||
*[[SourceLink]] - | *[[KEDIT]] | ||
*[[THE]] | *[[LPEX]] - included with [[VisualAge C++]], [[VisualAge COBOL]] and VisualAge PL/I | ||
*[[SourceLink]] - includes source code browser and visualiser | |||
*[[THE]] | |||
==Articles== | ==Articles== | ||
* [[Douglas Clark]]: [[Rexx: The King is Alive and Well]] | * [[Douglas Clark]]: [[Rexx: The King is Alive and Well]] | ||
* [[Dan Bridges]]: [[The Joy of REXX]] - Tutorial and Book review | * [[Dan Bridges]]: [[The Joy of REXX]] - Tutorial and Book review | ||
* [[Dave Briccetti]]: [[Sending Mail with REXX]] | * [[Dave Briccetti]]: [[Sending Mail with REXX]] | ||
* [[Darin McBride]]: [[REXXSEM:The Reference]] | * [[Darin McBride]]: [[REXXSEM:The Reference]] | ||
*[[Charles Daney]]: [[Common REXX Pitfalls]] | *[[Charles Daney]]: | ||
* | **[[Common REXX Pitfalls]] | ||
* | **[[How to Do It in OS/2 REXX]] | ||
* | **[[Advanced REXX Programming Topics]] | ||
* [[REXX Tips & Tricks]] | **[[Solving REXX and OS/2 problems with REXXLIB]] | ||
*[[Richard K. Goran]]: [[Introduction to | *[[REXX Tips & Tricks]] | ||
* | *[[Richard K. Goran]]: | ||
* | **[[Introduction to Object Manipulation in REXX]] | ||
* | **[[REXX Components]] | ||
**[[Creating and building your own LaunchPad]] | |||
**[[Info-ZIP's UnZip REXX Interface]] | |||
===Tutorials and other learning material=== | |||
* | * Roger Orr: [[OS/2 Procedures Language - REXX]] | ||
* And a more thorough tutorial called "REXX for | * And a more thorough tutorial called "REXX for Newbies" that was written by [[Chris Wenham]]: | ||
** [[REXX | ** [[REXX Newbies, Part I]] (Oct 1998) | ||
** [[REXX | ** [[REXX Newbies, Part II]] (Oct 1998) | ||
** [[REXX | ** [[REXX Newbies, Part III]] (Nov 1998) | ||
** [[REXX | ** [[REXX Newbies, Part IV]] (Nov 1998) | ||
** [[REXX | ** [[REXX Newbies, Part V]] (Dec 1998) | ||
== | ===Built with REXX=== | ||
* [[ | * [[BuildSOM]] - Creates program and folder objects via [[SOM]]. | ||
* [[Get Usenet News Articles Using REXX, Network News Transfer Protocol and Sockets]] | |||
* [[Harold Zbiegien's date algorithms in REXX]] | |||
* [[Send Mail to an Email List with REXX, SMTP and Sockets]] | |||
* [http://www.srehttp.org/ SRE-HTTP] - A web server written primarily in REXX | |||
* [[Stupid OS/2 Tricks/REXX Commands]] | |||
* [[Update Homepage]] | |||
==Publications== | |||
* [[Eric Giguère]]: ''REXX and the OS/2 Workplace Shell'' - DDJ, Dec 1993 | |||
[[Category:REXX]] | [[Category:REXX]] |
Latest revision as of 16:37, 22 October 2021
IBM Operating System/2 Procedures Language 2/REXX is the classic OS/2 REXX interpreter.
Tools
Libraries, extensions and bindings
Archiver
- Info-Zip - Compression/decompression, avl. in a REXX compatible DLL (Open source)
Database access
- Bullet/REXX - Allows you to work with xBase files or databases
- dbfREXX - Allows you to work with xBase files or databases
- Pro*REXX - Bindings/Interface to a Oracle Database
- RexxBase - Allows you to work with xBase files or databases (Freeware)
- REXX/ISAM - ISAM database files extension (Open source)
- REXX/SQL - SQL database access (Open source)
I/O
- REXXBOS - A complete OS/2 system interface for REXX
- REXX/CURL - Bindings to the libcURL library - Open source
- REXX/EEC - Encode, compress and encryption ext. - Open source
- REXX/GD - Bitmap manipulation extension - Open source
- REXXSEM - Semaphore support for REXX - Used to be shareware, now freeware
- RxULS - REXX Unicode API - Open source
- SpUtils - PM and API functions - Open source
GUI/Widget bindings
- Rexx/Curses - Bindings to the PD Curses text mode UI library - Open source
- REXX/DW - Bindings to the Dynamic Windows GUI/Widget toolkit - Open source
- REXX/Tk - Bindings to the Tcl/Tk GUI/Widget toolkit - Open source
Graphical front ends and REXX development systems
- DrDialog - Freeware
- GpfREXX - Commercial
- MAID - Commercial
- VisPro/REXX - Was commercial, now freeware
- VREXX - Freeware
- VX-REXX - Commercial
OS/2 text editors with REXX support
- Boxer - Classic REXX (Regina & IBM) and BREXX support included by default.
- Enhanced Editor - Has syntax highlighting, auto-formatting and automatic code summary for REXX.
- Fast Editor Lite
- FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent.
- Future Wave Editor - macro & syntax support included by default
- KEDIT - XEDIT clone
- Preditor/2 - REXX template with syntax highlighting
- Rexxit
- SourceLink - Commercial - Browser/Editor/Visualiser.
Source code browsers, visualisers, analysers and other utilities
- Exuberant ctags - Creates index files out of REXX source files - Open source
- Pillarsoft Suite - Contains a code template tool with REXX support - Shareware
- REXX/Trans - Helps you use REXX as a macro lang. in your app - Open source
- REXX/Wrapper - Wraps REXX code into a semi-exe - Open source
- SourceLink - Commercial - Browser/Editor/Visualiser.
OS/2 applications that can be scripted with REXX
OS/2 based applications that have explicit REXX support, other software that has some sort of scripting support can sometimes be "hijacked" to use REXX as well by shaping the output of your REXX script to what the application expects.
- Communications programs
- HyperAccess
- Kermit 95
- PM-Mail - E-Mail program
- REXXterm
- ZOC
- Graphics applications
- Embellish - Bitmap graphics editing
- Gnuplot - Plotting package
- Impos/2 - Bitmap graphics editing
- PhotoGraphics Pro - Line/pixel graphics
- Spreadsheets
- Text editors
- Enhanced Editor
- Future Wave Editor
- KEDIT
- LPEX - included with VisualAge C++, VisualAge COBOL and VisualAge PL/I
- SourceLink - includes source code browser and visualiser
- THE
Articles
- Douglas Clark: Rexx: The King is Alive and Well
- Dan Bridges: The Joy of REXX - Tutorial and Book review
- Dave Briccetti: Sending Mail with REXX
- Darin McBride: REXXSEM:The Reference
- Charles Daney:
- REXX Tips & Tricks
- Richard K. Goran:
Tutorials and other learning material
- Roger Orr: OS/2 Procedures Language - REXX
- And a more thorough tutorial called "REXX for Newbies" that was written by Chris Wenham:
- REXX Newbies, Part I (Oct 1998)
- REXX Newbies, Part II (Oct 1998)
- REXX Newbies, Part III (Nov 1998)
- REXX Newbies, Part IV (Nov 1998)
- REXX Newbies, Part V (Dec 1998)
Built with REXX
- BuildSOM - Creates program and folder objects via SOM.
- Get Usenet News Articles Using REXX, Network News Transfer Protocol and Sockets
- Harold Zbiegien's date algorithms in REXX
- Send Mail to an Email List with REXX, SMTP and Sockets
- SRE-HTTP - A web server written primarily in REXX
- Stupid OS/2 Tricks/REXX Commands
- Update Homepage
Publications
- Eric Giguère: REXX and the OS/2 Workplace Shell - DDJ, Dec 1993