Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).