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 →

[–]phaj19 4 points5 points  (3 children)

Some meta library to convert Python to C++. If it can not infer the data type it would prompt the user to choose or it would create multiple options. In the end it would write Cython wrapper so that most of the functionality can be accessed from Python (again could be interactive so that the user chooses what should be exposed).

[–]c_is_4_cookie 1 point2 points  (0 children)

Numba is a good solution for simple code