edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] V8
@ 2014-12-05 11:25 Karl Dahlke
  2014-12-05 18:57 ` Adam Thompson
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Dahlke @ 2014-12-05 11:25 UTC (permalink / raw)
  To: Edbrowse-dev

After about ten minutes of reading, I'm almost convinced
we should switch to v8.
https://developers.google.com/v8/intro
The api just has to be cleaner than mozilla (he said somewhat on faith),
and there's an entire public domain dom on top of it in google chrome,
that we might be able to pilfer.
I was about to step through the download and build process,
just so I could play with it, but on a whim I typed in
	yum install v8
and here it comes, packaged with fedora 20.
Very likely it is available on your distro too.
So that saves us a few hours work and hassle,
and makes the path all the more plausible.
It is a distributed package, with a public api, just like moz24.
Perhaps we should all pull it down and write a few hello world programs,
just to get a feel for it.

Karl Dahlke

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Edbrowse-dev]  V8
@ 2014-12-05 19:05 Karl Dahlke
  0 siblings, 0 replies; 5+ messages in thread
From: Karl Dahlke @ 2014-12-05 19:05 UTC (permalink / raw)
  To: Edbrowse-dev

> on debian I think there's a package,

Oh, a heads up, I had to install v8 and v8-devel.
That makes sense; we want to develop for v8.
But ... their hello world program calls upon a header file
that is not part of my v8-devel.
libplatform/libplatform.h
I can't find this in any other package, and I'm at a loss.
I could step back and build everything from source,
but damnit I was trying to avoid that.

The v8 shell is called d8.
Somewhat like jsh in the mozilla world.
I played with it for a bit and it works as expected.

> having seen the way mozilla's api changes between releases,
> making it a maintainability nightmare,
> I'm ready to investigate another engine

Agreed.

Karl Dahlke

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-05 22:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-05 11:25 [Edbrowse-dev] V8 Karl Dahlke
2014-12-05 18:57 ` Adam Thompson
2014-12-05 21:52   ` Chris Brannon
2014-12-05 22:14     ` Adam Thompson
2014-12-05 19:05 Karl Dahlke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).