|
|
|
|
|
by 1g0rb
2757 days ago
|
|
I see no one mentioned luakit (https://luakit.github.io/). From the site: "Luakit is a highly configurable browser framework based on the WebKit web content engine and the GTK+ toolkit. It is very fast, extensible with Lua, and licensed under the GNU GPLv3 license. It is primarily targeted at power users, developers and anyone who wants to have fine-grained control over their web browser’s behaviour and interface." |
|
The important differences, in my opinion:
- Next is not bound to WebKitGTK+, so unlike Luakit it can run on different platforms with different engines.
- Next uses Lisp, which is I believe much more powerful, both for large scale development and hackability.