nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
next-browser.github.io
nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
1–10 of 13 posts
Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#2Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#3This 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.
https://github.com/nEXT-Browser/nEXT/tree/master/next
"Use CCL Cocoa Library to use native webkit backend"
Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#4This 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"
Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#5Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#6This 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.
Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#7I really wanted to test that, but the lack of Linux support is a bummer. Maybe in a few weeks...
Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#8Re: nEXT Browser: A nEXT Generation Extensible Lisp Browser – Alpha
#9I really wanted to test that, but the lack of Linux support is a bummer. Maybe in a few weeks...
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.