Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2012-01-06 Thread Uli Zinngrebe
On Thursday 05 Jan 2012 01:21:48 Jean-Louis Faucher wrote: Hi Jean-Louis, There is a segmentation fault after re-tokenisation, but it doesn't kill rxapi. I'm curious to know : how often do you have crashes when using your build ? I re-tested today under Puppy, running

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2012-01-03 Thread Uli Zinngrebe
On Saturday 31 Dec 2011 12:46:11 Jean-Louis Faucher wrote: Hi Jean-Louis, thank you very much for the warning and the fix. But an occasional crash doesn't sound too bad, so I left rxapi as daemon. There is a segmentation fault after re-tokenisation, but it doesn't kill rxapi. I had some basic

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-31 Thread Jean-Louis Faucher
Hi Uli, do you mind if I make me linux binaries from your sandbox, using the packages from dropbox ? No problem. Something to know : the rxapi server has been modified to send trace messages to stderr. If you do a release-build from the sandbox, then you will have intermittent crashes,

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-30 Thread Rony G. Flatscher
Bonjour Jean-Louis, thank you very much for all your answers, and also (especailly!) for the pointers to further information about CoRoutines! Maybe others have also questions to the different concepts you have implemented, hence I would keep myself a little bit quiet to not dominate these

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-30 Thread Jean-Louis Faucher
Guten tag Rony, What is a closure and what is your syntax for it? A closure is a block (class RexxBlock) who remembers the value of the variables defined in its outer environment. The syntax is {::closure ...}, where ::closure is a tag which can be abbreviated ::cl. For a list of all tags, see

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-30 Thread Mark Miesfeld
On Fri, Dec 30, 2011 at 3:24 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: thank you very much for all your answers, and also (especailly!) for the pointers to further information about CoRoutines! Maybe others have also questions to the different concepts you have implemented,

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-30 Thread Uli Zinngrebe
On Friday 30 Dec 2011 17:24:52 Jean-Louis Faucher wrote: [ ... ] Jean-Louis, do you mind if I make me linux binaries from your sandbox, using the packages from dropbox ? Cheers, Uli -- Ridiculously easy VDI. With

Re: [Oorexx-devel] Question ad closures... (Re: Ad experimental ooRexx ... (Re: Question ad rev. 7391 (sandbox/jlf)

2011-12-29 Thread Jean-Louis Faucher
It looks as if one is able to define any Rexx code as a literal by using curly brackets around them. These literals can then be run/executed later. yes, but not all blocks are closures. Only a block starting with ::cl[osure] will let create a closure. This block has an associated directory of