Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Mon Jan 25 00:00:49 2010
02:54 -!- Gracenotes [n=person@wikipedia/Gracenotes] has joined #go-run
03:00 -!- rndbot [n=bot@wikipedia/Gracenotes] has joined #go-run
03:15 -!- Omega [n=Omega@treeki.shacknet.nu] has joined #go-run
03:15 < Omega> print "hi"
03:26 < Gracenotes> > print("hi")
03:26 < rndbot> hi
03:29 < Omega> I'm a python 2.6er sue me ):
03:29 < Omega> 1+2
03:29 < Omega> print(1+2)
03:34 < drhodes> Omega: rndbot ignores lines that don't start with > , or
maybe it doesn't but just pretents to, slowly socking away data with a grandiose
notion of becoming the singularity.
03:35 < Omega> Thanks
03:35 < Omega> > print(1+2)
03:35 < rndbot> 3
03:36 < Omega> > i, j := 0, 1; for { fmt.Printf("%d ", i); i, j = j, i +
j; }
03:36 < rndbot> 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584
4181 6765 10946 17711 28657 46368 75025 121393 196418 317811 514229 8...
03:36 < Omega> > print("/quit")
03:36 < rndbot> /quit
03:36 < Omega> I had to try, sorry
03:46 < Gracenotes> :)
06:46 < drhodes> maybe print("\b/quit") would work
20:45 < drhodes> > print("\b/notacommand")
20:45 < rndbot> /notacommand
20:48 < drhodes> > print("\033[1;33mtest\033[0m")
20:48 < rndbot> [1;33mtest [0m
20:49 < Omega> > print("\n/notacommand")
20:49 < rndbot> /notacommand
20:49 < Omega> > print("\n\b\b\b/notacommand")
20:49 < rndbot> /notacommand
--- Log closed Tue Jan 26 00:00:49 2010