Hacker News new | ask | show | jobs
by mem0r1 1108 days ago
It's really nice to see that C++ implementations in the ML field are growing. Personally I do not like Python very much. C++ does not force you to do things in a specific (Pythonic) way.
1 comments

Growing? You're always free to skip Python and reach out for the actual library instead of Python bindings.

And since C++17, it is quite easy to write Python like code.