- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/be5invis/moe
- 软件文档: http://typeof.net/moescript
软件介绍
基于 JavaScript 的新语言,包括诸多有益特性,以及内建的 CPS 变换支持。
示例代码:
def max(list):
var m = list[0]
for(i <- 0..list.length)
if(list[i] > m) m = list[i]
return m
// trace means "console.log" with last argument returned.
trace max [5, 4, 3, 2, 1]
The Hard Thing About Hard Things
Ben Horowitz / HarperBusiness / 2014-3-4 / USD 29.99
Ben Horowitz, cofounder of Andreessen Horowitz and one of Silicon Valley's most respected and experienced entrepreneurs, offers essential advice on building and running a startup—practical wisdom for ......一起来看看 《The Hard Thing About Hard Things》 这本书的介绍吧!
