NetRexx 1.125

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

NetRexx 1.125

Mike Cowlishaw-3
NetRexx 1.125 is now available.  The changes are:

 * The new 'sourcedir' option requests that all .class files be placed
   in the same directory as the source file from which they are compiled.
   Other output files are already placed in that directory.  Note that
   using this option prevents -run from working unless the source
   directory is the current directory.

 * The new 'explicit' option indicates that all local variables must be
   declared (by assigning them a type but no value) before assigning a
   value to them.

 * Indexed strings are now serializable (can be made persistent).

 * Minor improvements to generated code.

Thanks for the feedback and suggestions!

--
Mike Cowlishaw
IBM Fellow, IBM UK Laboratories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Native compiler

mcbrides
First, thanks Mike! SOURCEDIR is GREAT!


Also...

I finally ftp'ed the high performance compiler beta for java/OS2 from
AlphaWorks and I must say that I am very impressed.

What I'm most happy with is... I don't need all of the source to compile my
works. Life is QUITE nice, working with NetRexx and generating java and native
code for OS/2!





--

/-------------------------------------\
| Jerry McBride  ([hidden email]) |
\-------------------------------------/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: NetRexx 1.125

K.-P. Kirchdoerfer
In reply to this post by Mike Cowlishaw-3
On Sat, 10 Jan 98 13:23:53 GMT, Mike Cowlishaw wrote:

>NetRexx 1.125 is now available.  The changes are:
>
[...]
> * The new 'explicit' option indicates that all local variables must be
>   declared (by assigning them a type but no value) before assigning a
>   value to them.

Anyone any suggestions why one might use that option?

[...]

kp
--
K.P.Kirchdoerfer                      Voice:   +49 431 15479
24116 Kiel                            E-Mail: [hidden email]

Mission Of Dead Souls


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>