github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/README.md (about)

     1  ## Neugram
     2  
     3  [![Build Status](https://travis-ci.org/neugram/ng.svg?branch=master)](https://travis-ci.org/neugram/ng)
     4  
     5  Neugram is a scripting language and shell.
     6  
     7  It is an early-stage experimental hobby project.
     8  You can install from HEAD with:
     9  
    10  ```
    11  go get -u neugram.io/ng
    12  ```
    13  
    14  The language uses Go's syntax for expressions and follows its type system closely.
    15  The intention is lightweight interaction with Go packages.
    16  
    17  There is a bit of a [shell user guide](https://github.com/neugram/ng/blob/master/docs/shell.md).
    18  
    19  For more information, see the [neugram website](https://neugram.io).