.\" This troff source is processed to create all forms of the .\" 9FRONT DASH 1 book and the http://fqa.9front.org website. .\" NOTE: Purely experimental. Methods employed may change. .\" troff -ms -mpictures appendixl.ms | page .\" htmlroff -u -ms -mhtml appendixl.ms >appendixl.html .de FG \" .FG .ie h .html - .el .BP \\$1.ps .br .. .po 1i \" page offset (from left) .fp 1 R LucidaSans .fp 2 I LucidaSansI .fp 3 B LucidaSansB .fp 4 BI LucidaSansI .fp 5 CW LucidaCW .paragraph 0 .margin 0 .HTML "FQA Appendix L - Languages .html - .html - FQA INDEX | .html - FQA Appendix J - Junk | .html - FQA Appendix T - TODO .html -
.SH .LG .ihtml h1

FQA Appendix L - Languages .ihtml h1 .NL .R .html - html | .html - pdf | .html - troff .ihtml h2

.SH C .R .ihtml h2 .html -
.FG yes gif Read: .ihtml a .I Plan 9 C Compilers, .R .ihtml a .ihtml a .I How to Use the Plan 9 C Compiler .R .ihtml a .ihtml h2

.SH C++ .R .ihtml h2 .html -
.FG cosbyplusplus gif Read: .ihtml a
.I Bjarne Stroustrup: "I Did It For You All..." .R .ihtml a .html - Don't click this link. Don't click this link either. Definitely don't click this link. .ihtml h2

.SH C# .R .ihtml h2 .html -
.FG csharp gif .ihtml h2

.SH Go .R .ihtml h2 .html -
.FG golang gif .B Note: The following instructions are more up to date: .ihtml a .CW http://wiki.9front.org/building-go .ihtml a Recent versions of Go require more recent bootstrap binaries: .ihtml a .CW https://9legacy.org/download.html .ihtml a At one point, at least, this still worked: [Continued on next page] .P1 # automatically converted ca certs from mozilla.org hget https://curl.haxx.se/ca/cacert.pem >/sys/lib/tls/ca.pem # shell script that emulates git commands hget http://9front.org/extra/rc/git >$home/bin/rc/git chmod 775 $home/bin/rc/git # fetch the repository git clone https://go.googlesource.com/go cd go git checkout go1.4.2 # amd64 only: bootstrap with 1.4.2 # build go cd src \&./make.rc # install documentation go get golang.org/x/tools/cmd/godoc # go! .P2 Read: .ihtml a .I Documentation - The Go Programming Language .R .ihtml a and .ihtml a .I Go Plan 9 Wiki .R .ihtml a .html ul