- 授权协议: 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).
Practical Vim, Second Edition
Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00
Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need an......一起来看看 《Practical Vim, Second Edition》 这本书的介绍吧!
