Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wzshiming/gs

A lightweight embedded scripting language embeddable programming language built with Go.
https://github.com/wzshiming/gs

go gs language programming-language script

Last synced: 21 days ago
JSON representation

A lightweight embedded scripting language embeddable programming language built with Go.

Awesome Lists containing this project

README

        

# A lightweight embedded scripting language

[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/gs)](https://goreportcard.com/report/github.com/wzshiming/gs)
[![GoDoc](https://godoc.org/github.com/wzshiming/gs?status.svg)](https://godoc.org/github.com/wzshiming/gs)
[![GitHub license](https://img.shields.io/github/license/wzshiming/gs.svg)](https://github.com/wzshiming/gs/blob/master/LICENSE)

This is a lightweight embedded scripting language.
The syntax takes golang as the main body, combining with some features of ruby,scheme and javascript.
**Note:** Some features aren't implemented yet. It is not ready for production use.

## License

Pouch is licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/gs/blob/master/LICENSE) for the full license text.