浏览代码

go is also pragmatic and supports cross compilation.

i seem to like it quite a bit.
Lucas Stadler 11 年之前
父节点
当前提交
60bc0a8deb
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      go/README.md

+ 7 - 1
go/README.md

11
	fetching libraries built-in, though versioning is missing)
11
	fetching libraries built-in, though versioning is missing)
12
- *simple* (mostly, goroutines + no proper sync will bite you,
12
- *simple* (mostly, goroutines + no proper sync will bite you,
13
	thinking helps, as always)
13
	thinking helps, as always)
14
- *pragmatic*, possibly similar to clojure in this respect (which is
15
    somewhat surprising to me)
16
- misc
17
    * [cross compilation][] is surprisingly painless
18
19
[cross compilation]: http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go
14
20
15
## qst - run things quickly (and easily)
21
## qst - run things quickly (and easily)
16
22
20
intended to be run in unfamilar environments, you pass it a file or a
26
intended to be run in unfamilar environments, you pass it a file or a
21
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.
22
28
23
run `qst .` to run anything.
29
run `qst .` to run anything.