logoalt Hacker News

gbuk2013today at 1:22 PM1 replyview on HN

Sure but that runtime is much more general purpose - JS runtimes are focused on network apps. For example you can write an app like Calibre in Python and QT and it is much lighter than writing something with JS and Electron.

Python is easier to interface with C/C++ libs.


Replies

b40d-48b2-979etoday at 1:29 PM

The async loop does not automatically make it "focused on network apps". Most apps I work with in Python also run on an async runtime.

show 1 reply