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

Head First WordPress

Head First WordPress

Siarto Jeff / O'Reilly Media / 2010-02-15 / USD 34.99

Whether you're promoting your business or writing about your travel adventures, "Head First WordPress" will teach you not only how to make your blog look unique and attention-grabbing, but also how to......一起来看看 《Head First WordPress》 这本书的介绍吧!

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

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

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

HSV CMYK互换工具