GorillaScript

码农软件 · 软件分类 · 脚本编程语言 · 2019-03-05 07:28:30

软件介绍

GorillaScript 是一个 compile-to-JavaScript 语言,设计的目的是让用户避免一些常见的错误。定义了更严格的语法。

示例代码:

GorillaScript:

if hello
  if loudly
    "HELLO!"
  else
    "hi"
else
  "Goodbye."

编译成 JavaScript :

"use strict";
if (hello) {
  if (loudly) {
    return "HELLO!";
  } else {
    return "hi";
  }
} else {
  return "Goodbye.";
}

 

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

Measure What Matters

Measure What Matters

John Doerr / Portfolio / 2018-4-24 / GBP 19.67

In the fall of 1999, John Doerr met with the founders of a start-up he’d just given $11.8 million, the biggest investment of his career. Larry Page and Sergey Brin had amazing technology, entrepreneur......一起来看看 《Measure What Matters》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

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

各进制数互转换器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具