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://codercto.com/soft/d/666.html

The Hard Thing About Hard Things

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码