Quellcode durchsuchen

go is also pragmatic and supports cross compilation.

i seem to like it quite a bit.
Lucas Stadler vor 11 Jahren
Ursprung
Commit
60bc0a8deb
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7 1
      go/README.md

+ 7 - 1
go/README.md

@ -11,6 +11,12 @@ I think.
11 11
	fetching libraries built-in, though versioning is missing)
12 12
- *simple* (mostly, goroutines + no proper sync will bite you,
13 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 21
## qst - run things quickly (and easily)
16 22
@ -20,4 +26,4 @@ You can get it using `go get github.com/heyLu/qst`.
20 26
intended to be run in unfamilar environments, you pass it a file or a
21 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.