neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link
golang programming-language scripting-language

Neugram

Build Status

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.

For more information, see the neugram website.