--- Log opened Sat Jan 14 00:00:29 2006 01:22 -!- tokugawa [n=tokugawa@xdsl-1137.wroclaw.dialog.net.pl] has quit ["Leaving"] 06:44 -!- user317 [n=aeyakove@ip68-101-143-206.sd.sd.cox.net] has joined #nemerle 06:44 < user317> are there any functions for tuples fst snd third etc...? 07:00 -!- malekith [n=malekith@lilith.ii.uni.wroc.pl] has joined #nemerle 07:00 -!- Topic for #nemerle: 0.9.1 released, enjoy it with MS.NET 2.0 or mono >= 1.1.9 07:00 -!- Topic set by nazgul` [] [Fri Nov 4 21:25:50 2005] 07:00 [Users #nemerle] 07:00 [@ChanServ] [ dmn ] [ kanru ] [ user317] 07:00 [ CIA-17 ] [ juri] [ malekith] 07:00 -!- Irssi: #nemerle: Total of 7 nicks [1 ops, 0 halfops, 0 voices, 6 normal] 07:00 -!- Channel #nemerle created Tue Jun 8 11:05:10 2004 07:00 -!- Irssi: Join to #nemerle was synced in 6 secs 07:02 -!- [freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg 08:17 -!- nazgul` [n=nazgul@NATW6-Rozanka.ip.WRO.Korbank.PL] has joined #nemerle 08:17 -!- mode/#nemerle [+o nazgul`] by ChanServ 08:24 < malekith> user317: there is Pair.Fst and Pair.Snd 08:24 < malekith> user317: but there is also tuple indexer, tup[0], tup[1], tup[2] 08:24 < malekith> user317: you can also pass it to functions like this: [(1,"foo"),(2,"bar")].Map(_[0]) = [1,2] 08:25 < malekith> user317: you can also pass it to functions like this: [(1,"foo"),(2,"bar")].Map(_.[0]) ===> [1,2] 08:25 < user317> sweet, thanks 08:25 < malekith> n/p 08:33 -!- nazgul` [n=nazgul@NATW6-Rozanka.ip.WRO.Korbank.PL] has quit [Remote closed the connection] 10:09 < user317> is there a list generator, like [0...3] => [0,1,2] 10:24 < kanru> you can use $[0..3] 10:25 < kanru> oops, should be $[0..2] 10:26 < user317> def test = $[0..2]; 10:26 < user317> that doesnt work 10:27 < malekith> you need to use svn version 10:27 < kanru> ah, this feature only appears in svn version 10:27 < malekith> otherwise use List.Range(0,3) 10:28 < user317> thanks 11:09 -!- kanru [n=kanru@218-163-170-146.dynamic.hinet.net] has quit ["Leaving"] 11:10 -!- kanru [n=kanru@218-163-170-146.dynamic.hinet.net] has joined #nemerle --- Log closed Sun Jan 15 00:00:30 2006