Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neugram/ng
scripting language integrated with Go
https://github.com/neugram/ng
golang programming-language scripting-language
Last synced: 3 months ago
JSON representation
scripting language integrated with Go
- Host: GitHub
- URL: https://github.com/neugram/ng
- Owner: neugram
- License: bsd-2-clause
- Created: 2017-01-03T02:30:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T15:32:40.000Z (over 5 years ago)
- Last Synced: 2024-06-20T14:18:12.940Z (5 months ago)
- Topics: golang, programming-language, scripting-language
- Language: Go
- Homepage: https://neugram.io
- Size: 1.02 MB
- Stars: 917
- Watchers: 20
- Forks: 43
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- bookmarks - neugram/ng - scripting language integrated with Go. **Bonus** : [website](https://neugram.io) (Productivity tools / Chess :chess_pawn:)
- awesome - ng - scripting language integrated with Go (Go)
README
## Neugram
[![Build Status](https://travis-ci.org/neugram/ng.svg?branch=master)](https://travis-ci.org/neugram/ng)
Neugram is a scripting language and shell.
It is an early-stage experimental hobby project.
You can install from HEAD with:```
go get -u neugram.io/ng
```The language uses Go's syntax for expressions and follows its type system closely.
The intention is lightweight interaction with Go packages.There is a bit of a [shell user guide](https://github.com/neugram/ng/blob/master/docs/shell.md).
For more information, see the [neugram website](https://neugram.io).