simplemma icon indicating copy to clipboard operation
simplemma copied to clipboard

Porting to C++

Open 1over137 opened this issue 4 years ago • 3 comments

This seems like a relatively simple library since I imagine most of the work is done on the data collection part. Would you consider porting it to C++ (and possibly other languages) so it can be more easily integrated to user applications?

1over137 avatar Mar 26 '22 02:03 1over137

Hi @1over137, yes I could consider it but I lack the time at the moment.

adbar avatar Apr 04 '22 09:04 adbar

Hi @1over137, I added type annotations and mypy checks in 28f4487a91216bfd686d3b14af428082e7314fc9 & 94f1bfbf47d3331e6055d3b971353f32c491bb7a, so in principle it is be doable to pre-compile the package using mypyc.

adbar avatar Jul 06 '22 16:07 adbar

In fact a transcompiler/transpiler may be more adapted, now that the code is type-checked:

adbar avatar Jul 14 '22 11:07 adbar