Sfoglia il codice sorgente

go is also pragmatic and supports cross compilation.

i seem to like it quite a bit.
Lucas Stadler 11 anni fa
parent
commit
60bc0a8deb
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  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.