- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/tj/luna
- 官方下载: https://github.com/tj/luna/archive/master.zip
软件介绍
luna 是一门简单优雅的编程语言,主要有C发展而来,并支持线程并发、异步I/O。
构建
1.运行:
$ make
2.查看帮助
$ ./luna --help
简单示例:
def greet(name:string) return "Hello " + name end
The Definitive Guide to Django
Adrian Holovaty、Jacob Kaplan-Moss / Apress / 2007-12-06 / CAD 45.14
Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development ......一起来看看 《The Definitive Guide to Django》 这本书的介绍吧!
