▲ | _--__--__ 14 hours ago | |||||||
From a few months of use I think qutebrowser is good enough to prove that a python web browser is not inherently a bad idea. | ||||||||
▲ | imiric 13 hours ago | parent [-] | |||||||
qutebrowser is not technically a "Python web browser". The GUI uses Python Qt bindings, and the browser engine itself is QtWebEngine. Python is simply the glue that ties it all together, and any language could be used instead, since performance is not a concern. This is why there are so many small niche "web browsers", such as Luakit, Nyxt, surf, etc. | ||||||||
|