On Mon, Aug 12, 2024 at 11:29 AM Pierre Joye <pierre....@gmail.com> wrote:
> > Adding thin layers to support external deps using c++ is a necessity and > it is self contained without any other impact, and straightforward. > > It appears we are on the same page unless you are misunderstanding my proposal. I'm not adding C++ to the engine, it's already there, I just want to improve the support for c++ without any impact on the current C api. As it stands now, you can't even have a std::vector<zval> since the default destructor doesn't perform any cleanup. I am not proposing replacing anything in the engine with c++. Cheers, Lanre.