Y
Hacker News
new
|
ask
|
show
|
jobs
by
kelnos
1383 days ago
That's not the case, though. There are even python modules that let you evaluate JS code in v8 (Chrome's JS interpreter). It'd be pretty trivial for youtube-dl to make use of that if the author thought it was worth doing.
1 comments
sylware
1382 days ago
It is the case, not too mention v8 pulls in an extremely expensive c++ compiler in the SDK while quickjs can compile with tinycc.
Open source is not enough anymore, "lean" open source is the way now, SDK included.
link
Open source is not enough anymore, "lean" open source is the way now, SDK included.