Hacker News new | ask | show | jobs
by alphaIuGN59 3050 days ago
I wonder what was the reason this was written in C++, not in Python or other interpreted languages? Is speed a concern here?
1 comments

Embed-ability, distribution. Using Jupyter from R, Julia, etc generally has an awkward dependency on python for the notebook server.
thanks