Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
d5 committed Jan 30, 2019
1 parent 760bc44 commit a9aa8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Expand Up @@ -72,24 +72,3 @@ _* See [here](https://github.com/d5/tengobench) for commands/codes used_
- [Interoperability](https://github.com/d5/tengo/blob/master/docs/interoperability.md)
- [Tengo CLI](https://github.com/d5/tengo/blob/master/docs/tengo-cli.md)
- [Standard Library](https://github.com/d5/tengo/blob/master/docs/stdlib.md)

## Roadmap

### v0. _(Current)_

Things are experimental, and, the focus is on the **core language features**, **stability**, **basic interoperability**, and the **performance optimization**.

### [v1. Tengo as a Script Language](https://github.com/d5/tengo/labels/v1.0)

This will be the first _versioned_ release, and, the main goal for v1 is to make Tengo as a _fast_ embeddable script language for Go, which means Tengo will be comparable to other Go-based script languages such as [Starlark](https://github.com/google/starlark-go), [Lua](https://github.com/Shopify/go-lua) [VM](https://github.com/yuin/gopher-lua)s, and [other](https://github.com/robertkrimen/otto) [interpreter](https://github.com/mattn/anko)s.

- Interoperability with Go code
- Sandbox environment
- More language features

### v2. Tengo as a Standalone Language

- Language-level concurrency support
- Tengo Standard Libraries
- Native executables compilation
- More language features
2 changes: 2 additions & 0 deletions docs/tengo-cli.md
Expand Up @@ -10,6 +10,8 @@ To install `tengo` tool, run:
go get github.com/d5/tengo/cmd/tengo
```

Or, you can download the precompiled binaries from [here](https://github.com/d5/tengo/releases/latest).

## Compiling and Executing Tengo Code

You can directly execute the Tengo source code by running `tengo` tool with your Tengo source file (`*.tengo`).
Expand Down

0 comments on commit a9aa8dc

Please sign in to comment.