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

--- Log opened Tue Nov 23 00:00:19 2010
00:05 < TheSeeker> hmm, new goclipse available.
00:05 < enferex> Rejoice the goacaplise is upon us
00:05 < enferex> repent
00:05 < enferex> repent
00:06 < enferex> im a vim guy and go + vim works gooood :-)
00:14 -!- meanburrito920 [~john@unaffiliated/meanburrito920] has quit [Quit: Lost
terminal]
00:20 -!- tdnrad [~tdnrad@DF039.VPN.Dal.Ca] has quit [Read error: Connection reset
by peer]
00:24 -!- Davidian1024 [~Davidian1@cpe-98-27-192-193.neo.res.rr.com] has quit
[Ping timeout: 240 seconds]
00:27 -!- Davidian1024 [~Davidian1@cpe-173-88-174-84.neo.res.rr.com] has joined
#go-nuts
00:33 < TheSeeker> hmm, new goclipse is more broken on windows than before
:(
00:36 < TheSeeker> Maybe it has to do with upgrading from a previous
version...  *starts over with new project*
00:41 < |Craig|> if it got more broken on windows, maybe it got more useful
on Mac, I should update
00:42 < TheSeeker> hmm, it uses gocode now for hints...  and while I can
compile gocode, I get: "open /dev/null: The directory name is invalid." when I try
to run it.  (and no stack trace, of course, yay windows)
00:43 -!- mssm [~mssm@ip-95-221-93-96.bb.netbynet.ru] has quit [Ping timeout: 240
seconds]
00:43 < TheSeeker> time to dig through gocode sources to find linux specific
stuff.
00:46 < TheSeeker> hmmm, even if I get rid of the /dev/null refs I think I
might have a problem wiht os.ForkExec() :/
00:50 < TheSeeker> hmm, nope, have a problem even sooner with 'dial unix'
00:55 < TheSeeker> goclipse is running gocode "-s" "-sock" "unix" "-addr"
":37373" :/
01:01 -!- tvw [~tv@e176004242.adsl.alicedsl.de] has quit [Ping timeout: 245
seconds]
01:09 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
01:13 < TheSeeker> hmm, I guess you can't use if {} in a var {}?
01:13 -!- fenicks [~christian@log77-3-82-243-254-112.fbx.proxad.net] has quit
[Quit: Leaving.]
01:15 < KBme> probably not
01:18 -!- Scorchin [~Scorchin@host86-162-0-121.range86-162.btcentralplus.com] has
quit [Quit: Scorchin]
01:18 -!- devrim [~Adium@160.79.7.234] has quit [Quit: Leaving.]
01:26 -!- DrHennessy [~alex@c-24-10-221-165.hsd1.ut.comcast.net] has joined
#go-nuts
01:29 -!- Tv [~tv@gige.bur.digisynd.com] has quit [Ping timeout: 276 seconds]
01:41 -!- DrHennessy [~alex@c-24-10-221-165.hsd1.ut.comcast.net] has quit [Ping
timeout: 245 seconds]
01:46 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has joined
#go-nuts
01:54 < TheSeeker> :| so I made gocode use tcp by default on windows
systems, and NUL instead of /dev/nul for the file descriptors, and it doesn't
crash anymore when goclypse tries to run it ...
01:54 < TheSeeker> unfortunately, it's opening around 21k "NUL" file handles
instead of 3, crashing, and launching another instance that also keeps opening
null file handles until it crashes...  all very quickly in such a way that I can't
kill the damn thing >_<
01:54 -!- ExtraSpice [~XtraSpice@88.118.33.48] has quit [Ping timeout: 240
seconds]
02:00 < TheSeeker> aha, I couldn't rename or delete it, but I could set it
no-execute while running.  that killed it.
02:01 < KBme> heh
02:02 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has joined #go-nuts
02:04 -!- niemeyer [~niemeyer@189-10-175-46.pltce701.dsl.brasiltelecom.net.br] has
quit [Ping timeout: 245 seconds]
02:08 -!- krutcha [~krutcha@S010600045a27676a.vs.shawcable.net] has joined
#go-nuts
02:09 * TheSeeker looks at the spec and determines that the fds[] in gocode don't
need to be open to dev/null, they should be able to just be set nil
02:09 < TheSeeker> if so, that should solve a few problems at once, while
making the code simpler.
02:09 -!- devrim [~Adium@cpe-72-225-239-227.nyc.res.rr.com] has joined #go-nuts
02:20 -!- ball [~ball@adsl-99-142-58-3.dsl.emhril.sbcglobal.net] has joined
#go-nuts
02:23 * ball is watching Rob Pike's Google TechTalk about Go
02:26 -!- bmizerany [~bmizerany@208.66.27.62] has quit [Remote host closed the
connection]
02:28 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has joined #go-nuts
02:29 -!- norlee [~lmumar@122.52.126.67] has joined #go-nuts
02:31 -!- bmizerany [~bmizerany@208.66.27.62] has joined #go-nuts
02:33 -!- MorningSon [~MorningSo@cpe-70-114-5-180.satx.res.rr.com] has quit [Ping
timeout: 265 seconds]
02:36 -!- norlee [~lmumar@122.52.126.67] has quit [Quit: Ex-Chat]
02:48 -!- bmizerany [~bmizerany@208.66.27.62] has quit [Remote host closed the
connection]
02:56 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has quit
[Quit: DrHennessy]
02:57 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has joined
#go-nuts
03:02 -!- bmizerany [~bmizerany@208.66.27.62] has joined #go-nuts
03:04 -!- bmizerany [~bmizerany@208.66.27.62] has quit [Remote host closed the
connection]
03:15 -!- tdnrad [~tdnrad@blk-224-253-113.eastlink.ca] has joined #go-nuts
03:15 < tdnrad> Can anyone give me a quick example of how to initialize a
heap?
03:17 -!- artefon [~thiago@189.59.183.25.dynamic.adsl.gvt.net.br] has quit [Quit:
bye]
03:18 < enferex> tdnrad: When you allocate via make/new your result with be
defaulted to zeros.
03:21 < tdnrad> enferex, I'm not quite sure how to allocate it with new
03:21 < enferex> new(type)
03:25 < tdnrad> enferex, what is the type of a heap though?  I think I'm
missing something fundmental
03:25 < tdnrad> fundamental
03:27 < tdnrad> I'm trying to make a heap that stores ints, just wanted to
play around with the data type..  however, it seems I'm not very good at it :)
03:28 -!- ball [~ball@adsl-99-142-58-3.dsl.emhril.sbcglobal.net] has left #go-nuts
["bye"]
03:29 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
03:31 -!- felzix [~rdavidson@65.203.131.194] has joined #go-nuts
03:32 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
03:32 < felzix> Is there a way to cast an empty interface value into some
particular type?  I want to call methods on the contents of a list.
03:49 < enferex> tdnrad: consider a data structure of ints, like a vector
03:55 < tdnrad> enferex, ok, I'll give that a shot, gotta head out now
though, thanks!
03:56 -!- tdnrad [~tdnrad@blk-224-253-113.eastlink.ca] has quit [Quit: Leaving]
04:31 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 276 seconds]
04:46 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has quit [Ping
timeout: 260 seconds]
04:51 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has joined
#go-nuts
04:57 -!- htoothrot [~mux@66-169-185-121.dhcp.ftwo.tx.charter.com] has quit [Read
error: Connection reset by peer]
04:59 -!- htoothrot [~mux@66-169-185-121.dhcp.ftwo.tx.charter.com] has joined
#go-nuts
04:59 -!- zlu [~zlu@c-71-198-132-91.hsd1.ca.comcast.net] has joined #go-nuts
05:00 < zlu> hi all
05:00 < felzix> hello
05:01 < zlu> i have a newbie question.
05:01 < zlu> i defined a byte array, then read something into it, then tried
to convert the byte array into string and got an error
05:01 < zlu> var buf [256]byte
05:01 < zlu> io.ReadFull(r.Body, buf[:])
05:01 < zlu> log.Printf("%s", string(buf))
05:02 < zlu> error is" new.go:62: cannot convert buf (type [256]uint8) to
type string
05:02 < zlu> new.go:62: cannot convert buf (type [256]uint8) to type string
05:02 < zlu> error is: new.go:62: cannot convert buf (type [256]uint8) to
type string
05:03 -!- htoothrot [~mux@66-169-185-121.dhcp.ftwo.tx.charter.com] has quit
[Client Quit]
05:04 -!- htoothrot [~mux@66-169-185-121.dhcp.ftwo.tx.charter.com] has joined
#go-nuts
05:11 -!- caffeineborg
[~caffeineb@75-145-116-116-Colorado.hfc.comcastbusiness.net] has left #go-nuts []
05:24 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 240
seconds]
05:39 < krutcha> I think you have to 'make' a slice (I may be wrong)
05:40 < krutcha> try buf := make([]uint8, 256)
05:40 < KBme> that's not a slice
05:40 < KBme> yeah, you need to use slices
05:40 < krutcha> it probably thinks you defined a new type called [256]byte
05:41 < krutcha> although that doesn't really jive with the error message..
so I dunno, try the make() tho
05:41 < KBme> no, that's an array
05:41 < krutcha> ahhhh
05:42 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has quit [Quit:
KBme kthxbye]
05:42 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
05:45 -!- KBme [~KBme@9angled-2-pt.tunnel.tserv5.lon1.ipv6.he.net] has joined
#go-nuts
05:48 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Remote host
closed the connection]
05:49 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
05:52 -!- debio264 [~Debio@resnet-46-15.dorm.utexas.edu] has joined #go-nuts
05:52 -!- debio264 [~Debio@resnet-46-15.dorm.utexas.edu] has left #go-nuts []
05:52 -!- fabled [~fabled@mail.fi.jw.org] has joined #go-nuts
05:53 -!- debio264 [~Debio@resnet-46-15.dorm.utexas.edu] has joined #go-nuts
05:53 -!- debio264 [~Debio@resnet-46-15.dorm.utexas.edu] has left #go-nuts []
06:01 -!- zzz [480ee5c1@gateway/web/freenode/ip.72.14.229.193] has joined #go-nuts
06:03 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has joined #go-nuts
06:07 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has joined #go-nuts
06:12 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has quit
[Quit: DrHennessy]
06:14 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has joined
#go-nuts
06:15 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Quit:
Ex-Chat]
06:15 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has joined #go-nuts
06:27 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has quit
[Quit: DrHennessy]
06:36 -!- bjarneh [~bjarneh@1x-193-157-192-72.uio.no] has joined #go-nuts
06:42 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Remote host
closed the connection]
06:44 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has quit [Remote host closed
the connection]
06:45 -!- ymasory [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has joined
#go-nuts
06:46 -!- viirya [~viirya@cml506-25.csie.ntu.edu.tw] has joined #go-nuts
06:52 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Ping timeout: 245
seconds]
06:55 < krutcha> whats the easiest way to remove the n'th element of a
slice?
06:56 < krutcha> get two slices, and then join them without it?
06:57 < anticw> use copy to replace n'th place with the data from n+1 and
decrease the len
06:57 < anticw> (then decrease the len) reads better
06:58 -!- felzix [~rdavidson@65.203.131.194] has left #go-nuts []
07:00 < krutcha> perhaps I should be using container/vector if I want to
make deletions
07:01 < |Craig|> krutcha: if order is not important, swap the last element
over the nth one, and shorten the slice by 1
07:02 < krutcha> order is important, as they are indexed and refered to by
index
07:02 < |Craig|> well, removing one in the middle messing up the indexes
already
07:03 < |Craig|> just not the order
07:03 < krutcha> yeah, just in a more expected way.  Though valid point
07:03 < anticw> copy(s[n:], s[n+1:]) s = s[:len(s)-1]
07:03 < anticw> should be pretty cheap
07:03 < |Craig|> slice can only remove in order in linear time
07:04 -!- Maxdamantus [~m@203-97-238-106.cable.telstraclear.net] has quit [Ping
timeout: 265 seconds]
07:04 < anticw> krutcha: how large are the slices ?
07:04 < krutcha> I think I'll just use the linked listy vector to make the
code look more sane myvector.Delete(i)
07:04 < krutcha> anticw: not large at all, 10's of entries
07:04 < krutcha> speed is not really an issue
07:05 < anticw> oh, use copy then
07:05 < anticw> wrap it to make it look pretty if you like
07:05 -!- Maxdamantus [~Maxdamant@203-97-238-106.cable.telstraclear.net] has
joined #go-nuts
07:05 < anticw> making a linked list for that is overkill
07:05 < krutcha> true..  and probably can't range over a vector right?
07:05 < |Craig|> I have a generic data structure that does the end swap
based removes, and fast appends if you want it, but it does not seem like the
right thing in your case
07:05 < anticw> .Data()
07:05 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has joined #go-nuts
07:06 < anticw> i think it's called now, range over that
07:06 < anticw> i have a heap implemention somewhere ...  but again it's
overkill for what most people need/want
07:07 < krutcha> I'm going to use vector, minor overkill, but this is not
for speed
07:07 < krutcha> see if I can get it to work, chance to use vector lol
07:11 < krutcha> hmm I don't see a Data() listed here:
http://golang.org/pkg/container/vector/#Vector
07:12 < krutcha> but the typedef in defs.go is just a slice anyways
07:12 < krutcha> so they should be range-able
07:12 -!- ymasory [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has quit [Ping
timeout: 245 seconds]
07:13 < anticw> krutcha: .Copy()
07:14 < krutcha> hmm..  not sure I want to copy the whole thing just to
iterate through it
07:16 < krutcha> I think I'm backin out of vector :P..  I'll go down that
road when/if generics are in I think
07:24 < krutcha> hmm should copy(s[n:], s[n+1:]), be copy(s[n:], s[1:]) ?
07:26 < krutcha> ah nm
07:28 -!- Maxdamantus [~Maxdamant@203-97-238-106.cable.telstraclear.net] has quit
[Quit: leaving]
07:33 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
07:34 -!- Maxdamantus [~Maxdamant@203-97-238-106.cable.telstraclear.net] has
joined #go-nuts
07:36 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
07:40 -!- Rennex [rennex@194.187.213.192] has quit [Ping timeout: 245 seconds]
07:40 -!- Rennex [rennex@giraf.fi] has joined #go-nuts
07:41 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
07:43 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
07:55 -!- jdp [PHUNK@24.238.32.162.res-cmts.segr.ptd.net] has joined #go-nuts
07:56 -!- noam [noam@IGLD-84-229-71-149.inter.net.il] has quit [Ping timeout: 250
seconds]
08:00 -!- noam [noam@IGLD-84-229-71-149.inter.net.il] has joined #go-nuts
08:06 -!- awidegreen [~quassel@p5DF1CD32.dip.t-dialin.net] has joined #go-nuts
08:07 -!- wrtp [~rog@92.17.4.83] has joined #go-nuts
08:12 -!- photron_ [~photron@port-92-201-240-136.dynamic.qsc.de] has joined
#go-nuts
08:27 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has quit [Quit: Morten.  Desu~]
08:48 -!- |Craig| [~|Craig|@panda3d/entropy] has quit [Quit: |Craig|]
08:49 -!- |Craig| [~|Craig|@panda3d/entropy] has joined #go-nuts
08:51 -!- |Craig| [~|Craig|@panda3d/entropy] has quit [Client Quit]
08:56 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Ping timeout: 245
seconds]
08:58 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
08:58 -!- bookses [~John@173.224.212.236] has joined #go-nuts
09:04 -!- krutcha [~krutcha@S010600045a27676a.vs.shawcable.net] has quit [Quit:
Leaving]
09:05 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
09:06 -!- bookses [~John@173.224.212.236] has quit [Quit: Leaving.]
09:08 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
09:08 -!- matti____ [~mumboww@c-98-207-108-218.hsd1.ca.comcast.net] has joined
#go-nuts
09:09 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has quit [Ping
timeout: 255 seconds]
09:12 -!- TheSeeker [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has quit
[Ping timeout: 255 seconds]
09:13 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
09:17 -!- Xiaobo [~chatzilla@61.135.172.68] has joined #go-nuts
09:17 -!- wrtp [~rog@92.17.4.83] has quit [Ping timeout: 245 seconds]
09:23 -!- wrtp [~rog@92.17.87.132] has joined #go-nuts
09:24 -!- TheSeeker [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has joined
#go-nuts
09:34 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
09:40 -!- ExtraSpice [~XtraSpice@88.118.33.48] has joined #go-nuts
09:50 -!- Xiaobo [~chatzilla@61.135.172.68] has quit [Remote host closed the
connection]
09:50 -!- Xiaobo_ [~chatzilla@61.135.172.68] has joined #go-nuts
09:55 -!- Xiaobo_ [~chatzilla@61.135.172.68] has quit [Client Quit]
10:15 -!- virtualsue [~chatzilla@nat/cisco/x-fosrrdsmckoakedo] has joined #go-nuts
10:16 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has joined #go-nuts
10:18 -!- zlu [~zlu@c-71-198-132-91.hsd1.ca.comcast.net] has quit [Quit: Leaving]
10:20 -!- homa_rano [~erice@hmsvelociraptor.csail.mit.edu] has quit [Ping timeout:
240 seconds]
10:21 -!- homa_rano [~erice@hmsvelociraptor.csail.mit.edu] has joined #go-nuts
10:32 -!- awidegreen [~quassel@p5DF1CD32.dip.t-dialin.net] has quit [Remote host
closed the connection]
10:32 -!- snearch [~snearch@f053006106.adsl.alicedsl.de] has joined #go-nuts
10:39 -!- ios_ [~ios@180.191.130.142] has joined #go-nuts
10:40 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
10:41 -!- artefon [~thiago@189.59.183.25.dynamic.adsl.gvt.net.br] has joined
#go-nuts
10:43 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
10:44 -!- rlab_ [~Miranda@91.200.158.34] has joined #go-nuts
10:45 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 260 seconds]
11:00 -!- noam [noam@IGLD-84-229-71-149.inter.net.il] has quit [Ping timeout: 255
seconds]
11:03 -!- tensorpudding [~user@99.148.202.191] has quit [Remote host closed the
connection]
11:04 -!- noam [noam@77.126.175.215] has joined #go-nuts
11:06 -!- niemeyer [~niemeyer@189-10-175-46.pltce701.dsl.brasiltelecom.net.br] has
joined #go-nuts
11:08 -!- hokapoka [~hokapoka@hoka.hokapoka.com] has quit [Ping timeout: 265
seconds]
11:11 -!- zzz [480ee5c1@gateway/web/freenode/ip.72.14.229.193] has left #go-nuts
[]
11:11 -!- virtualsue [~chatzilla@nat/cisco/x-fosrrdsmckoakedo] has quit [Quit:
ChatZilla 0.9.86 [Firefox 3.5.15/20101026200251]]
11:12 -!- virtualsue [~chatzilla@nat/cisco/x-ualjqjfuzwhibizi] has joined #go-nuts
11:15 -!- snearch [~snearch@f053006106.adsl.alicedsl.de] has quit [Quit:
Verlassend]
11:26 < TheSeeker> \o/ I got gocode to work.  woot!
11:26 < TheSeeker> -> with goclipse.
11:27 < TheSeeker> alt+space -> stuffICanDo==win
11:29 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has quit [Ping
timeout: 265 seconds]
11:32 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
12:10 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has joined
#go-nuts
12:21 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
12:41 -!- peterdn [~peterdn@dhcp-110-228.new.ox.ac.uk] has quit [Quit: ChatZilla
0.9.86-rdmsoft [XULRunner 1.9.2/20100222071121]]
12:55 -!- qutron_xyxy [~xxx@91.187.8.106] has joined #go-nuts
13:14 -!- hokapoka [~hokapoka@hoka.hokapoka.com] has joined #go-nuts
13:16 -!- qutron_xxx [~xxx@91.187.8.106] has joined #go-nuts
13:17 -!- qutron_xyxy [~xxx@91.187.8.106] has quit [Read error: Connection reset
by peer]
13:26 -!- qutron_xxx [~xxx@91.187.8.106] has quit [Ping timeout: 252 seconds]
13:26 -!- plainhao [~plainhao@208.75.85.237] has joined #go-nuts
13:35 -!- ymasory [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has joined
#go-nuts
13:36 -!- ymasory [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has quit [Client
Quit]
13:40 -!- Fish [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
13:41 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
13:50 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
13:50 -!- DerHorst [~Horst@e176105209.adsl.alicedsl.de] has joined #go-nuts
13:52 -!- tvw [~tv@212.79.9.150] has joined #go-nuts
13:53 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
13:53 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Remote host closed the
connection]
14:00 -!- artefon [~thiago@189.59.183.25.dynamic.adsl.gvt.net.br] has quit [Quit:
bye]
14:00 -!- cthom [~cthom@wsip-70-169-149-118.hr.hr.cox.net] has joined #go-nuts
14:05 -!- noam [noam@77.126.175.215] has quit [Read error: Connection reset by
peer]
14:07 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 260
seconds]
14:12 -!- noam [noam@77.126.175.215] has joined #go-nuts
14:20 -!- Fish [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
14:22 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has joined #go-nuts
14:24 -!- nigelkerr [~nigelkerr@jstormichfw.jstor.org] has joined #go-nuts
14:28 -!- Boney_ [~paul@124-168-111-1.dyn.iinet.net.au] has quit [Ping timeout:
264 seconds]
14:36 -!- skejoe [~skejoe@188.114.142.231] has joined #go-nuts
14:40 -!- napsy [~luka@88.200.96.18] has quit [Read error: Operation timed out]
14:43 -!- kanru [~kanru@114-45-232-142.dynamic.hinet.net] has joined #go-nuts
14:45 -!- DrHennessy [~alex@2002:180a:dda5:1234:223:6cff:fe7f:7ef2] has quit [Ping
timeout: 245 seconds]
14:46 -!- virtualsue [~chatzilla@nat/cisco/x-ualjqjfuzwhibizi] has quit [Quit:
ChatZilla 0.9.86 [Firefox 3.5.15/20101026200251]]
14:46 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
14:48 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has joined #go-nuts
14:48 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has joined #go-nuts
14:48 -!- caffeineborg
[~caffeineb@75-145-116-116-Colorado.hfc.comcastbusiness.net] has joined #go-nuts
14:52 -!- cmarcelo [~cmarcelo@187.113.114.206] has joined #go-nuts
14:52 -!- cmarcelo [~cmarcelo@187.113.114.206] has quit [Changing host]
14:52 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has joined
#go-nuts
14:54 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has joined #go-nuts
15:11 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has joined #go-nuts
15:13 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has quit [Read error:
Connection reset by peer]
15:14 -!- TheSeeker2 [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has
joined #go-nuts
15:16 -!- tteras_ [~fabled@mail.fi.jw.org] has joined #go-nuts
15:17 -!- thomas_b_ [~thomasb@cm-84.215.47.51.getinternet.no] has joined #go-nuts
15:19 -!- TheSeeker [~n@99-153-250-110.lightspeed.irvnca.sbcglobal.net] has quit
[Ping timeout: 245 seconds]
15:19 -!- fabled [~fabled@mail.fi.jw.org] has quit [Ping timeout: 245 seconds]
15:19 -!- thomas_b [~thomasb@cm-84.215.47.51.getinternet.no] has quit [Ping
timeout: 245 seconds]
15:19 -!- artefon [~thiago@dhcp3.usuarios.dcc.ufmg.br] has joined #go-nuts
15:22 -!- bjarneh [~bjarneh@1x-193-157-192-72.uio.no] has quit [Quit: leaving]
15:24 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 260 seconds]
15:24 -!- rphillips [~rphillips@unaffiliated/rphillips] has quit [Read error:
Operation timed out]
15:26 -!- ivan` [~ivan@unaffiliated/ivan/x-000001] has quit [Ping timeout: 245
seconds]
15:26 -!- jessta [~jessta@li7-205.members.linode.com] has quit [Ping timeout: 245
seconds]
15:30 -!- tgall_foo [~tgall@gentoo/developer/dr-who] has quit [Quit: Leaving]
15:31 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
15:31 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
15:33 -!- rphillips [~rphillips@unaffiliated/rphillips] has joined #go-nuts
15:34 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has joined #go-nuts
15:38 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has quit [Quit:
DrHennessy]
15:43 -!- rbraley [~rbraley@ip72-222-128-78.ph.ph.cox.net] has quit [Ping timeout:
272 seconds]
15:45 -!- DerHorst [~Horst@e176105209.adsl.alicedsl.de] has quit [Remote host
closed the connection]
15:47 -!- DrHennessy [~alex@204.99.164.104] has joined #go-nuts
15:50 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has joined #go-nuts
15:51 -!- napsy [~luka@88.200.96.18] has quit [Read error: Connection reset by
peer]
15:51 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
15:53 -!- DrHennessy [~alex@204.99.164.104] has quit [Quit: DrHennessy]
15:53 -!- tgall_foo [~tgall@206.9.88.154] has joined #go-nuts
15:54 -!- skejoe [~skejoe@188.114.142.231] has quit [Quit: Lost terminal]
15:54 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has joined #go-nuts
15:57 -!- Fish [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
16:00 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
16:03 -!- kanru [~kanru@114-45-232-142.dynamic.hinet.net] has quit [Ping timeout:
272 seconds]
16:04 -!- ivan` [~ivan@unaffiliated/ivan/x-000001] has joined #go-nuts
16:07 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
16:22 -!- TheMue [~TheMue@p5DDF60D8.dip.t-dialin.net] has joined #go-nuts
16:26 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has quit [Quit:
DrHennessy]
16:26 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has quit [Remote host
closed the connection]
16:36 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Quit: Leaving.]
16:44 -!- rbraley [~rbraley@ip72-222-129-34.ph.ph.cox.net] has joined #go-nuts
16:47 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has quit [Quit: g0bl1n]
16:48 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has joined #go-nuts
16:50 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has joined #go-nuts
16:52 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has quit [Client Quit]
16:57 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has quit [Quit:
Leaving]
16:59 -!- Tv [~tv@cpe-76-168-227-45.socal.res.rr.com] has quit [Ping timeout: 245
seconds]
17:18 -!- ios_ [~ios@180.191.130.142] has quit [Quit: Leaving]
17:18 -!- prudhvi [~nobody@nullpointer.in] has left #go-nuts []
17:20 -!- Venom_X [~pjacobs@adsl-99-3-159-249.dsl.hstntx.sbcglobal.net] has joined
#go-nuts
17:24 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
17:25 -!- TheMue [~TheMue@p5DDF60D8.dip.t-dialin.net] has quit [Quit: TheMue]
17:27 -!- Tv [~tv@gige.bur.digisynd.com] has joined #go-nuts
17:29 -!- MaksimBurnin [~max@44.188-224-87.telenet.ru] has joined #go-nuts
17:38 -!- |Craig| [~|Craig|@panda3d/entropy] has joined #go-nuts
17:38 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: (◣_◢)
BigBrowser is watching ⓎⓄⓊ]
17:40 -!- Venom_X [~pjacobs@adsl-99-3-159-249.dsl.hstntx.sbcglobal.net] has quit
[Quit: Venom_X]
17:52 -!- krutcha [~krutcha@remote.icron.com] has joined #go-nuts
17:58 -!- leczb [~leczb@nat/google/x-yvhxdymdqyhznjzl] has quit [Remote host
closed the connection]
18:03 -!- sauerbraten [~sauerbrat@p508CFC88.dip.t-dialin.net] has joined #go-nuts
18:03 -!- Venom_X [~pjacobs@66.54.185.131] has joined #go-nuts
18:05 -!- BlaSux [7f000001@69.195.144.4] has quit [Ping timeout: 276 seconds]
18:09 -!- BlaSux [7f000001@69.195.144.4] has joined #go-nuts
18:14 -!- artefon [~thiago@dhcp3.usuarios.dcc.ufmg.br] has quit [Quit: bye]
18:18 -!- leczb [~leczb@nat/google/x-ypttzbvqpxxtubjf] has joined #go-nuts
18:28 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has joined #go-nuts
18:53 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping
timeout: 255 seconds]
18:56 -!- wrtp [~rog@92.17.87.132] has quit [Quit: wrtp]
18:57 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #go-nuts
19:02 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has joined #go-nuts
19:08 -!- femtoo [~femto@95-89-197-196-dynip.superkabel.de] has quit [Quit:
Leaving]
19:10 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has joined #go-nuts
19:12 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has quit [Ping timeout: 255
seconds]
19:19 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has quit [Ping
timeout: 252 seconds]
19:21 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has joined #go-nuts
19:26 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has joined #go-nuts
19:39 -!- mssm [~mssm@ip-95-221-93-96.bb.netbynet.ru] has joined #go-nuts
19:40 -!- tvw [~tv@212.79.9.150] has quit [Remote host closed the connection]
19:42 -!- noam [noam@77.126.175.215] has quit [Read error: Connection reset by
peer]
19:45 -!- noam [noam@77.126.175.215] has joined #go-nuts
19:48 -!- tensorpudding [~user@99.148.202.191] has joined #go-nuts
19:51 -!- fmaker [~fmaker@c-71-193-31-87.hsd1.ca.comcast.net] has joined #go-nuts
19:54 -!- devrim [~Adium@cpe-72-225-239-227.nyc.res.rr.com] has quit [Quit:
Leaving.]
19:55 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
20:03 -!- fenicks [~christian@log77-3-82-243-254-112.fbx.proxad.net] has joined
#go-nuts
20:05 < fenicks> hello
20:08 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has quit [Quit:
DrHennessy]
20:10 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has joined #go-nuts
20:13 -!- rbraley [~rbraley@ip72-222-129-34.ph.ph.cox.net] has quit [Ping timeout:
252 seconds]
20:17 -!- rbraley [~rbraley@ip72-222-129-34.ph.ph.cox.net] has joined #go-nuts
20:22 -!- DrHennessy [~alex@eng-4-104.hotspot.utah.edu] has quit [Quit:
DrHennessy]
20:33 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
20:37 -!- sl [~stanleyli@68-179-130-17.bsr-c9-d1.evv.dhcp.sigecom.net] has quit
[Remote host closed the connection]
20:37 -!- cthom [~cthom@wsip-70-169-149-118.hr.hr.cox.net] has quit [Quit:
Leaving]
20:40 -!- Boney [~paul@203-217-85-89.dyn.iinet.net.au] has joined #go-nuts
20:41 -!- noam [noam@77.126.175.215] has quit [Ping timeout: 265 seconds]
20:41 < niemeyer> fenicks: Hi :)
20:41 -!- sl [~stanleyli@68-179-130-17.bsr-c9-d1.evv.dhcp.sigecom.net] has joined
#go-nuts
20:45 -!- noam [noam@77.126.175.215] has joined #go-nuts
20:51 -!- mssm [~mssm@ip-95-221-93-96.bb.netbynet.ru] has quit [Ping timeout: 255
seconds]
20:54 -!- tvw [~tv@e176001007.adsl.alicedsl.de] has joined #go-nuts
20:54 -!- tav [~tav@92.7.145.125] has quit [Ping timeout: 245 seconds]
20:57 -!- Rainburst [2e002f43@gateway/web/freenode/ip.46.0.47.67] has joined
#go-nuts
21:00 -!- tav [~tav@92.7.139.37] has joined #go-nuts
21:00 -!- skejoe [~skejoe@188.114.142.231] has joined #go-nuts
21:01 < Rainburst> Hi! Sorry for my english, but can somebody help me?
21:01 < Rainburst> package main import( "fmt" "time" ) func Announce() { go
func() { time.Sleep(10) fmt.Println("Hello") }() } func main() { Announce() }
21:02 < Rainburst> No output drom this
21:02 < Rainburst> from*
21:02 <+iant> Rainburst: when the main function finishes, the program
terminates, including all goroutines
21:02 < Rainburst> Thank you!
21:03 -!- plainhao [~plainhao@208.75.85.237] has quit [Quit: plainhao]
21:03 < Rainburst> We must confirm, that all goroutines finished, yes?
21:05 < TheSeeker> Isn't Sleep() measured in something tiny like
nanoseconds?
21:06 < KirkMcDonald> Yes.
21:07 < TheSeeker> time.Sleep(10e9) = 10 seconds?
21:07 < Rainburst> msec, as far as i know
21:08 < Rainburst> oh no.  func Sleep(ns int64) os.Error Sleep pauses the
current goroutine for at least ns nanoseconds.  Higher resolution sleeping may be
provided by syscall.Nanosleep on some operating systems.
21:09 -!- noam [noam@77.126.175.215] has quit [Ping timeout: 255 seconds]
21:10 -!- fourt [185db97b@gateway/web/freenode/ip.24.93.185.123] has joined
#go-nuts
21:11 < fourt> what is the status of Go on windows?
21:11 -!- zozoR [~zozoR@5634798d.rev.stofanet.dk] has quit [Quit: Morten.  Desu~]
21:13 < Rainburst> A port to Microsoft Windows is in progress but
incomplete.
21:14 < Rainburst> (c)
21:14 < Rainburst> I had to install openSUSE at my laptop to try Go =)
21:15 -!- noam [noam@77.126.175.215] has joined #go-nuts
21:15 < TheSeeker> I'm running gowin32 here.  it's missing some features,
but I can compile go code and even got gocode working-ish
21:19 -!- Rain [~Rainburst@46.0.47.67] has joined #go-nuts
21:20 -!- Rainburst [2e002f43@gateway/web/freenode/ip.46.0.47.67] has quit [Quit:
Page closed]
21:20 -!- cbeck [cbeck@gateway/shell/pdx.edu/x-nsvqzpqufgyzozaa] has joined
#go-nuts
21:21 -!- fourt [185db97b@gateway/web/freenode/ip.24.93.185.123] has quit [Quit:
Page closed]
21:23 -!- iant [~iant@216.239.45.130] has quit [Ping timeout: 264 seconds]
21:23 -!- napsy [~luka@88.200.96.18] has quit [Quit: Lost terminal]
21:23 -!- photron_ [~photron@port-92-201-240-136.dynamic.qsc.de] has quit [Ping
timeout: 255 seconds]
21:26 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
21:27 < uriel> 21:13 < Rainburst> A port to Microsoft Windows is in
progress but incomplete.
21:27 < uriel> this is misleading, as TheSeeker points out it pretty much
work
21:28 -!- SirPsychoS [~sp@c-24-13-132-255.hsd1.il.comcast.net] has quit [Ping
timeout: 255 seconds]
21:28 < uriel> there is also the erGo distribution, which is explicitly
designed for windows
21:28 < uriel> (but I haven't tried it, so I have now clue how usable the
beta release is)
21:28 < uriel> TheSeeker: have you tried erGo?
21:30 < Guest517> I read this on the golang.org
21:30 < TheSeeker> erGo?
21:31 < TheSeeker> ah, yeah, but it's beta, and I haven't applied to run it.
21:34 < TheSeeker> It uses VS2008 as a minimum version I think, and I'm
still stuck with VS2005 :|
21:36 -!- Rainburst [~Rainburst@46.0.47.67] has quit [Quit: Dawn]
21:36 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
21:40 -!- boscop [~boscop@g227120164.adsl.alicedsl.de] has quit [Ping timeout: 245
seconds]
21:41 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
21:41 -!- mode/#go-nuts [+v iant] by ChanServ
21:44 -!- boscop [~boscop@f055200081.adsl.alicedsl.de] has joined #go-nuts
21:44 -!- cbeck [cbeck@gateway/shell/pdx.edu/x-nsvqzpqufgyzozaa] has quit [Quit:
WeeChat 0.3.2]
21:48 -!- GoTest [~gotest@78-86-161-79.zone2.bethere.co.uk] has joined #go-nuts
21:53 -!- gobot [~gotest@78-86-161-79.zone2.bethere.co.uk] has quit [Quit: fooo]
21:56 -!- Scorchin [~Scorchin@host86-135-215-25.range86-135.btcentralplus.com] has
joined #go-nuts
21:59 -!- bookses [~John@123.138.25.208] has joined #go-nuts
22:02 -!- bookses [~John@123.138.25.208] has left #go-nuts []
22:08 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has quit [Quit: g0bl1n]
22:11 -!- lmoura [~lauromour@187.113.114.206] has quit [Remote host closed the
connection]
22:12 -!- skejoe [~skejoe@188.114.142.231] has quit [Quit: leaving]
22:13 -!- sauerbraten [~sauerbrat@p508CFC88.dip.t-dialin.net] has quit [Remote
host closed the connection]
22:14 -!- lmoura [~lauromour@187.113.114.206] has joined #go-nuts
22:15 -!- cbeck [cbeck@gateway/shell/pdx.edu/x-piknmyiqsodetwge] has joined
#go-nuts
22:22 -!- nigelkerr [~nigelkerr@jstormichfw.jstor.org] has quit [Quit: nigelkerr]
22:22 -!- krutcha [~krutcha@remote.icron.com] has quit [Quit: Leaving]
22:22 -!- bookses [~John@222.182.17.12] has joined #go-nuts
22:22 -!- bookses [~John@222.182.17.12] has left #go-nuts []
22:27 -!- mbohun [~user@ppp115-156.static.internode.on.net] has quit [Ping
timeout: 240 seconds]
22:30 -!- DrHennessy [~alex@c-24-10-221-165.hsd1.ut.comcast.net] has joined
#go-nuts
22:32 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 240 seconds]
22:36 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 276 seconds]
22:36 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Remote host closed the
connection]
22:37 -!- iant [~iant@216.239.45.130] has joined #go-nuts
22:37 -!- mode/#go-nuts [+v iant] by ChanServ
22:43 -!- wrtp [~rog@92.17.87.132] has joined #go-nuts
22:46 -!- wrtp [~rog@92.17.87.132] has quit [Client Quit]
22:59 -!- Fish [~Fish@9fans.fr] has quit [Quit: So Long, and Thanks for All the
Fish]
23:01 -!- Venom_X [~pjacobs@66.54.185.131] has quit [Quit: Venom_X]
23:03 -!- DrHennessy [~alex@c-24-10-221-165.hsd1.ut.comcast.net] has quit [Ping
timeout: 272 seconds]
23:13 -!- rlab_ [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
23:15 < enferex> iant:
23:16 < enferex> iant: just wanted to thanks you for your fast gcc mailing
list reply regarding your gccgo frontend.
23:16 <+iant> enferex: sure
23:16 < enferex> er thank you not thanks you hehehehe
23:16 <+iant> enferex: sounds like an interesting project
23:16 < enferex> Ideally region based memory management for Go
23:17 < enferex> that is what I want to do and my superviosrs seem cool too
it
23:17 <+iant> cool
23:17 < enferex> kinda nice to leave industry and make your own decisions
again
23:43 -!- kanru [~kanru@114-45-232-142.dynamic.hinet.net] has joined #go-nuts
23:44 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has quit [Quit:
Leaving]
23:47 < plexdev> http://is.gd/hFvgg by [Andrew Gerrand] in 2 subdirs of go/
-- release.2010-11-23
23:47 < plexdev> http://is.gd/hFvgu by [Andrew Gerrand] in go/ -- tag
release.2010-11-23
23:48 -!- fmaker [~fmaker@c-71-193-31-87.hsd1.ca.comcast.net] has quit [Quit:
Leaving]
23:53 -!- ymasory [~ymasory@c-76-99-55-224.hsd1.pa.comcast.net] has joined
#go-nuts
23:57 -!- mbohun [~user@ppp115-156.static.internode.on.net] has joined #go-nuts
--- Log closed Wed Nov 24 00:00:19 2010