Awesome-GitHub-Repo icon indicating copy to clipboard operation
Awesome-GitHub-Repo copied to clipboard

自荐项目 | GScript - 使用 Go 编写的静态、强类型的脚本语言。

Open crossoverJie opened this issue 1 year ago • 0 comments

项目推荐

  • 项目地址:https://github.com/crossoverJie/gscript

介绍

这是一门用 Go 编写的一款静态、强类型的脚本语言,大部分语法参考了 Java 以及少量的 Go

目标

提供类似于以脚本形式编写 Go 语言的能力,保留 Go 语言优点,新增更多易用性的语法糖。

运行:

hello_world.gs:

println("hello world");
❯ gscript hello_world.gs
hello world

Playground

在线地址: https://gscript.crossoverjie.top/

crossoverJie avatar Nov 08 '22 08:11 crossoverJie