- 授权协议: MIT
- 开发语言: Google Go JavaScript
- 操作系统: Linux
- 软件首页: https://github.com/ry/v8worker
- 软件文档: https://godoc.org/github.com/ry/v8worker
软件介绍
v8worker 是 V8 的 Go 语言封装版本。输出一个非堵塞消息传递接口到 V8 引擎。Go 和 JavaScript 通过消息的收发进行交互。V8 只在计算 JavaScript 的时候堵塞 goroutine 线程,没有任何 syscalls 系统调用。只提供三个内建函数 javascript:$print(string), $send(msg), 和 $recv(callback).
Learn Python 3 the Hard Way
Zed A. Shaw / Addison / 2017-7-7 / USD 30.74
You Will Learn Python 3! Zed Shaw has perfected the world’s best system for learning Python 3. Follow it and you will succeed—just like the millions of beginners Zed has taught to date! You bring t......一起来看看 《Learn Python 3 the Hard Way》 这本书的介绍吧!
