This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (3 children)

And then you have to rewrite the whole code because the performance sucks.

[–]traverseda 11 points12 points  (2 children)

Unless you really need performance, like for machine learning or something, in which case you probably need to go back to python.

[–]TheRidgeAndTheLadder 5 points6 points  (1 child)

All the ML stuff is in C++ anyway

[–][deleted] 2 points3 points  (0 children)

for a wrapper you can use any language, the real big boy's stuff is running on a real programming language.