moescript

码农软件 · 软件分类 · 脚本编程语言 · 2019-03-05 10:12:55

软件介绍

基于 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]

本文地址:https://www.codercto.com/soft/d/666.html

Hadoop in Action

Hadoop in Action

Chuck Lam / Manning Publications / 2010-12-22 / USD 44.99

HIGHLIGHT Hadoop in Action is an example-rich tutorial that shows developers how to implement data-intensive distributed computing using Hadoop and the Map- Reduce framework. DESCRIPTION Hadoop i......一起来看看 《Hadoop in Action》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具