Re: IBM C/C++ for Open Enterprise Languages

2023-08-11 Thread David Crayford
people rather than software being used for controlling machines. > > -- R; <>< > > > On 8/9/23 02:58, David Crayford wrote: >> As if we didn’t already have enough z/OS C/C++ compilers :) >> >> I've recently been working on Python bindings for z/OS prod

Re: IBM C/C++ for Open Enterprise Languages

2023-08-10 Thread Rick Troth
C++ compilers :) I've recently been working on Python bindings for z/OS products and wanted to share some useful notes. IBM recently released the IBM C/C++ for Open Enterprise Languages on z/OS compiler [1], a free version of IBM Open XL C/C++, which is a port of LLVM/clang. This compiler ca

Re: IBM C/C++ for Open Enterprise Languages

2023-08-09 Thread kekronbekron
hreads. > > https://github.com/ibmruntimes/zoslib/blob/main/src/zos-tls.cc > > > --- Original Message --- > > On Wednesday, August 9th, 2023 at 12:28 PM, David Crayford > > dcrayf...@gmail.com wrote: > > > > > As if we didn’t already have enough z/OS

Re: IBM C/C++ for Open Enterprise Languages

2023-08-09 Thread David Crayford
compilers :) >> >> I've recently been working on Python bindings for z/OS products and wanted >> to share some useful notes. IBM recently released the IBM C/C++ for Open >> Enterprise Languages on z/OS compiler [1], a free version of IBM Open XL >> C/C++, which

Re: IBM C/C++ for Open Enterprise Languages

2023-08-09 Thread Seymour J Metz
, August 9, 2023 3:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IBM C/C++ for Open Enterprise Languages Thanks for your notes. On more compilers - when working through a transition, intermediates are a small price to pay. In the end xlclang and regular clang (which will have zOS bits upstreamed

Re: IBM C/C++ for Open Enterprise Languages

2023-08-09 Thread kekronbekron
on Python bindings for z/OS products and wanted to > share some useful notes. IBM recently released the IBM C/C++ for Open > Enterprise Languages on z/OS compiler [1], a free version of IBM Open XL > C/C++, which is a port of LLVM/clang. This compiler can only be used for open > source.

IBM C/C++ for Open Enterprise Languages

2023-08-09 Thread David Crayford
As if we didn’t already have enough z/OS C/C++ compilers :) I've recently been working on Python bindings for z/OS products and wanted to share some useful notes. IBM recently released the IBM C/C++ for Open Enterprise Languages on z/OS compiler [1], a free version of IBM Open XL C/C++, which