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

2023-08-11 Thread David Crayford
ontrolling 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 binding

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

2023-08-10 Thread Rick Troth
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 is a port of LLVM/clang. This

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

2023-08-09 Thread kekronbekron
ns that use > pthreads. > > 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 alrea

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

2023-08-09 Thread David Crayford
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

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
n 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 can only be used for open >

IBM C/C++ for Open Enterprise Languages

2023-08-08 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++,