Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wzshiming/gs
- Owner: wzshiming
- License: mit
- Created: 2018-04-17T09:50:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T16:55:08.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T16:50:27.744Z (5 months ago)
- Topics: go, gs, language, programming-language, script
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.