Hi,
I am wandering what is the big picture behind 11l. Aspect that interests me the most is, effectively, compiling python. The potential problem is with the python ecosystem where, for default implementation, many libraries are written in C. Is there some way to wrap them to be able to link to them either in 11l or from C++ source?
An example is csv library from Python standard Library which actualy calls _csv library written in C. Is there a way to use such libraries with 11l (or any plans that would enable it)?
I am wandering what is the big picture behind 11l. Aspect that interests me the most is, effectively, compiling python. The potential problem is with the python ecosystem where, for default implementation, many libraries are written in C. Is there some way to wrap them to be able to link to them either in 11l or from C++ source?
An example is csv library from Python standard Library which actualy calls _csv library written in C. Is there a way to use such libraries with 11l (or any plans that would enable it)?