Browse Source

explain lingua evalia in the go readme

Lucas Stadler 11 years ago
parent
commit
879a6db82b
1 changed files with 11 additions and 0 deletions
  1. 11 0
      go/README.md

+ 11 - 0
go/README.md

@ -27,3 +27,14 @@ intended to be run in unfamilar environments, you pass it a file or a
27 27
directory and it tries to detect what it is and how to run it.
28 28
29 29
run `qst .` to run anything.
30
31
## Lingua evalia - evaluate anything!
32
33
Lingua evalia has also grown up recently, it now lives [on it's own](https://github.com/heyLu/linguaevalia)
34
as well. You can get it using `go get github.com/heyLu/linguaevalia` and
35
then start it by running `$GOPATH/bin/linguaevalia`.
36
37
Lingua evalia is a web service and a command line tool that allows you
38
to run code in any language quickly and easily. Using the web server
39
is simple: you open the site, start writing code and then press
40
`ctrl-enter` to evaluate it.