|
|
|
|
|
|
27
|
directory and it tries to detect what it is and how to run it.
|
27
|
directory and it tries to detect what it is and how to run it.
|
|
28
|
|
28
|
|
|
29
|
run `qst .` to run anything.
|
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.
|