Conversation with #inferno at Fri Mar 6 09:06:34 2009 on powerman-asdf@irc.freenode.net (irc) (09:06:52) acmeuser: /leave (09:07:00) acmeuser left the room. (09:16:23) underspecified left the room (quit: ). (09:22:43) underspecified [n=eric@isa7-dhcp-116-127.naist.jp] entered the room. (11:06:51) underspecified left the room (quit: ). (11:19:51) underspecified [n=eric@isa7-dhcp-116-127.naist.jp] entered the room. (11:48:40) npe [i=npe@naist-wavenet125-199.naist.jp] entered the room. (11:51:13) gualteri [n=unknown@crespins.disca.upv.es] entered the room. (11:52:40) npe left the room (quit: Remote closed the connection). (11:53:10) npe [i=npe@naist-wavenet125-199.naist.jp] entered the room. (11:54:04) npe left the room (quit: Remote closed the connection). (12:10:19) underspecified left the room (quit: ). (13:04:53) maht left the room (quit: Read error: 110 (Connection timed out)). (13:23:32) KillerX [n=anant@gentoo/developer/KillerX] entered the room. (13:26:03) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (14:05:37) maht [n=maht__@85-189-31-174.proweb.managedbroadband.co.uk] entered the room. (16:40:40) gualteri left the room (quit: "leaving"). (17:39:21) eekee left the room (quit: "Disconnecting from stoned server."). (17:39:35) eekee [n=notyou@cpc3-lanc4-0-0-cust273.brig.cable.ntl.com] entered the room. (17:54:50) eno__ is now known as eno (18:07:20) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (18:43:53) eno left the room (quit: grisham.freenode.net irc.freenode.net). (18:45:19) eno [n=eno@nslu2-linux/eno] entered the room. (18:48:14) mennis left the room (quit: Remote closed the connection). (18:48:31) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (19:47:14) te [i=tao@gateway/shell/blinkenshell.org/x-c922a41f840c951a] entered the room. (20:03:12) newmanbe left the room (quit: Read error: 104 (Connection reset by peer)). (20:03:37) newmanbe [n=btdn@138.74.131.25] entered the room. (20:38:42) Fish [n=SPARCman@AVelizy-152-1-39-14.w82-120.abo.wanadoo.fr] entered the room. (21:42:11) newmanbe left the room (quit: "Leaving"). (22:37:52) mennis: I notice in xargs.b there is a function "reverse" that uses a template looking thing. Can someone point me to where this form is documented? reverse[T](l: list of T): list of T (22:38:58) anothy_olpc: that's the polymetric polymorphism. (22:39:37) anothy_olpc: i don't remember exactly where its documented; i don't believe the changes were integrated into the language reference manual, sadly. (22:39:54) olegfink: parametric? (22:40:25) anothy_olpc: somewhere in the distribution (i don't have mine handy) there's a "changes in the 4th edition" doc or similar; i believe it's in there. (22:41:49) mennis: OK I hunt it down thank you.