go/doc/codewalk
Andrew Gerrand 2a189845b6 doc/codewalk: new Markov chain codewalk
R=gri, r, rsc
CC=golang-dev
https://golang.org/cl/4891041
2011-08-17 15:53:17 +10:00
..
codewalk.css
codewalk.js
codewalk.xml
functions.xml A codewalk through a simple program that illustrates several aspects of Go functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. 2011-04-07 18:05:15 -07:00
markov.go doc/codewalk: new Markov chain codewalk 2011-08-17 15:53:17 +10:00
markov.xml doc/codewalk: new Markov chain codewalk 2011-08-17 15:53:17 +10:00
pig.go A codewalk through a simple program that illustrates several aspects of Go functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. 2011-04-07 18:05:15 -07:00
popout.png
sharemem.xml
urlpoll.go