# gotx **Repository Path**: topxeq/gotx ## Basic Information - **Project Name**: gotx - **Description**: ## 简介 Gotx是一个Go语言(Golang)的解释器和运行环境,只有单个可执行文件,绿色、跨平台,无需安装任何Go语言环境就可以直接运行Go语言代码,支持绝大多数Go语言标准库,以及一些有用的第三方包/库,可以进行图形界面(GUI)编程,自带代码编辑器和REPL命令行交互式运行环境,堪称Go语言开发者的神器。Gotx适合的使用场景主要是: - 调试一些Go语言代码,尤其是在服务器上不方便经常编译的时候;最后当真正发布时,再安装Go语言环境进行编译以便获得较高的性能; - 作为一门独立的解释执行的脚本语言,而又完全支持Go语言的语法和函数库,这也是非常激动人心的; Gotx基于[yaegi](https://github.com/containous/yaegi)这个非常优秀的Go语言解释器,在此基础上提供了更为丰富的运行环境支持和内置的第三方包。Gotx同时也提供一个纯命令行版本Gotxc。 Gotx的安装非常简单,只需要到其下载页面下载对应操作系统的压缩包,解压后仅一个可执行文件,放入合适的文件夹(目录)中即可,最好放到系统的PATH环境变量中,这样可以更方便地执行。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GotX A Golang interpreter based on [Yaegi](https://github.com/containous/yaegi). Directly run Golang-like code files. Almost the same syntax as Golang. Installation of Golang is not required to run GotX code, it's convenient especially for running/debugging on remote servers. Most of the standard libraries and some useful 3rd-party libraries are included. Support GUI programming with OpenGL or LCL library. A command-line only version (GotXc) is also available. Currently supported 3rd-party libraies: github.com/topxeq/tk, github.com/topxeq/sqltk, github.com/beevik/etree, github.com/AllenDang/giu.