> Am 27.04.2020 um 09:58 schrieb Axel Pahl <[email protected]>: > > yes, I agree that manual wrapping would be a ton of work (and hard to > maintain). > My question was not necessarily with a concrete language in mind, but since > you are asking (;-)), I am really excited about the Swift programming > language lately. Open Source, nice syntax, developed by Apple and endorsed by > Google as the next generation platform for machine learning ("Swift for > Tensorflow", > https://tryolabs.com/blog/2020/04/02/swift-googles-bet-on-differentiable-programming/ > > <https://tryolabs.com/blog/2020/04/02/swift-googles-bet-on-differentiable-programming/>).
Unfortunately Swift doesn’t support C++ yet. I use RDKit in my Swift projects by using an Objective-C Framework, where I wrap all necessary classes, which I need. These wrappers are far from complete. But I get my things done and it is cross compiled for x86 and arm. Regards, Stephan Michels
_______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

