- 授权协议: Apache
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/google/recki-ct
- 软件文档: https://github.com/google/recki-ct/blob/master/doc/1_installation.md
软件介绍
Recki-CT 是一个用 PHP 开发的 PHP 编译器。
简单示例:
/**
* @return void
*/
function foo($bar) {}
// Instead of using:
foo($baz);
// Use:
$foo = Jit::JitFu('foo');
$foo($baz);
JavaScript: The Definitive Guide, 5th Edition
David Flanagan / O'Reilly Media / 2006-08-01 / USD 49.99
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk ......一起来看看 《JavaScript: The Definitive Guide, 5th Edition》 这本书的介绍吧!
