Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!hal!ncoast!davewt From: davewt@NCoast.ORG (David Wright) Newsgroups: comp.lang.rexx Subject: Re: REXX: What is it? (AREXX)?) Summary: That's not quite true.... Keywords: REXX Message-ID: <1989Dec12.211158.25536@NCoast.ORG> Date: 12 Dec 89 21:11:58 GMT References: <1585@bnlux0.bnl.gov> <1989Dec10.203627.10443@NCoast.ORG> <[25835d33:21.3]comp.lang.rexx;1@tronsbox.UUCP> <5888@alvin.mcnc.org> <1989Dec12.160943.16118@psuvax1.cs.psu.edu> Reply-To: davewt@ncoast.ORG (David Wright) Organization: North Coast Public Access UN*X, Cleveland, OH Lines: 12 In article <1989Dec12.160943.16118@psuvax1.cs.psu.edu> schwartz@psuvax1.cs.psu.edu (Scott Schwartz) writes: >Not really... It doesn't have continuations (like Scheme or >Self), nor does it have coroutines (like the unix shell languages!). That's not quite true. If something can be done in other languages, it can be done in Rexx by simply writing a function in another language that CAN do it! If you want a random number generator, you could write it in C. If you want a windowing system or pop-up file requester, do it in some other language. That's the great thing about Rexx. The language is as extensible as you want to make it. Dave