Y
Hacker News
new
|
ask
|
show
|
jobs
by
unusximmortalis
3293 days ago
If I get it correctly this is V8Py meaning it allows javascript (V8) to call Python scripts, not the other way around.
"Write Python APIs, then call them from JavaScript using the V8 engine"
1 comments
Twirrim
3293 days ago
That's what I took that phrase to mean, but if you look at the example in the read me, it appears to be the other way around. Writing python, defining a method, then wrapping that method in a V8 context and running it from within python.
link
tbodt
3293 days ago
It's both!
link