Hacker News new | ask | show | jobs
nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha (next-browser.github.io)
40 points by iamkeyur 3123 days ago
5 comments

I don't want to be that guy, but let me be that guy: you need to search on the name of your product, and if it refers to too many similar things, choose a new name. The DuckDuckGo results for 'next browser' include browsers for Android and Windows (maybe --- only read the headline), as well as articles about what should be your next browser. Google is similar.

Choose a new name. You're making life difficult for your potential users.

That being said, I'd love to try it, if I had Apple products.

I really wanted to test that, but the lack of Linux support is a bummer. Maybe in a few weeks...
So do I, but on Windows.. It seems to be the Lisp version of Qutebrowser (Python).
It runs on Linux just fine, just no download.

I've gotten it running myself. Tried to build it for Windows, but it just wasn't happening — far too alien an environment to try to develop software on.

This is a definitely an interesting approach. What is the web engine behind it? I thought about the idea on building a simplified interface for blink and V8, but they are extremely and differently glued to other pieces of software in each Chromium release, that it is indeed hard to keep track on them.
Looks like whatever webkit variant they can find.

https://github.com/nEXT-Browser/nEXT/tree/master/next

"Use CCL Cocoa Library to use native webkit backend"

My bad, I missed that comment, was even reading the source code trying to find something about it. Thank you.
I find that if i want to find out what something is made of, start with the dependencies in the build instructions.

It may not always help, but it seems to work often enough.

This time however it was in the version history, go fig.

You might want to look into QtWebEngine or Chromium Embedded Framework, which give you a stable API over Chromium's content API.

Then again, this sounds a lot like qutebrowser ;-)

I believe that it's using Qt's WebKit API. I don't believe that it has ad blocking yet, but that's a Simple Matter of Programming™.
Seems like QuteBrowser but written in Common Lisp?