00:00:00 --- log: started haskell/02.01.01 01:10:57 --- join: julien (~julien@uu212-190-122-70.unknown.uunet.be) joined #haskell 01:33:36 --- quit: jlb (Read error: 110 (Connection timed out)) 01:51:46 --- join: teek (ttkurppa@kruuna.helsinki.fi) joined #haskell 04:35:36 --- quit: teek ("ircII2.8.2-EPIC3.004+Kasi --- Bloatware at its finest.") 04:47:34 --- quit: julien ("Client Exiting") 05:01:09 --- join: shapr (~user@p-c2fbaba8.easy.inet.fi) joined #haskell 05:02:55 hi guys 05:17:59 --- quit: shapr (Remote closed the connection) 05:59:27 --- join: shapr (~user@p-c2fbaba8.easy.inet.fi) joined #haskell 06:08:15 --- quit: dennisb (carter.openprojects.net irc.openprojects.net) 06:09:32 --- join: dennisb (~dennis@as2-4-3.an.g.bonet.se) joined #haskell 06:11:05 wheee 07:59:11 --- join: jlb (~ktk@jeremeydsl-3.mylinuxisp.com) joined #haskell 07:59:20 hi 07:59:34 have you been here before jlb? 08:00:13 shapr: yeah... I "consolidated" nicks recently, I used to go by nwow... I've been here some. 08:00:22 ah, ok :) 08:00:34 * jlb is still a haskell beginner though, really. 08:00:40 nice to see you again 08:00:45 I'm a beginner also, but I'm making progress. 08:00:56 I'm trying to save up some dough to get a couple books on it. 08:01:04 I earned my white belt with http://kungens.kemi.fi/~shae/Mandelbrot.hs 08:01:15 I wrote a minimal Mandelbrot fractal dealie 08:01:21 it only does text output though :( 08:01:35 Hehe... cool 08:01:40 the Simon Thompson book seems to be the most critically acclaimed 08:02:29 Cool... that's on my Amazon wish list. :) 08:02:40 I like it 08:02:42 it's nice 08:02:52 I also have the one about graphics, but I haven't used it much 08:03:05 when I first got it, there wasn't a linux version of the graphics lib 08:03:17 it's called Haskell School of Expression I think 08:04:00 Yeah, got that one on the list too. Is that lib available for linux now? (I'm basically 100% on linux) 08:15:26 --- quit: shapr (Read error: 54 (Connection reset by peer)) 10:16:44 --- join: shapr (~user@p-c2fbaba8.easy.inet.fi) joined #haskell 10:33:41 wheee 10:47:54 --- quit: shapr ("new kernel version") 11:30:51 --- join: shapr (~user@p-c2fbaba8.easy.inet.fi) joined #haskell 11:43:37 hm 11:56:05 bah, haskell-mode has no customize 14:03:48 --- quit: shapr (Remote closed the connection) 14:39:00 --- join: Slashdog (~jadrian@dial-b3-96-234.telepac.pt) joined #haskell 14:39:08 * Slashdog walks in 14:39:10 hi all 14:39:22 can you tell me something... 14:39:41 I remember seeing somewhere something like 14:40:00 Product.name 14:40:04 in haskell 14:40:15 but not sure if it was OHaskell or not 14:40:33 is there anything similar to the Pascal records in Haskell? 14:40:43 besides the 'data' 14:41:29 because with data you got a co-product not a product of types 14:41:57 data T = C1 Type1 | C2 Type2 14:42:05 I know you can have 14:42:16 data T = C1 Type1 Type2 14:42:28 but you won't name the fields that way... and that sux :( 14:42:43 anyone?? 14:42:54 pwease... :(( 14:48:06 there are records 14:48:38 and how do you use them? 14:48:45 can't find anything in the report 14:48:50 data T = C1 { field1 :: Type1, field2 :: Type2, ... } | C2 { field1 :: Type1, ... } 14:49:01 I was looking at 14:49:01 Lightweight Extensible Records for Haskell, Mark P. Jones and Simon Peyton Jones. In Proceedings of the 1999 Haskell Workshop, Paris, France, October 1999. Published in Technical Report UU-CS-1999-28, Department of Computer Science, University of Utrecht. 14:49:25 right now 14:49:26 thanks :) 14:49:28 is this H98 14:49:33 without extensions? 14:49:49 or an extension to Haskell 98? 14:50:55 well thanks 14:50:56 bbç 14:50:57 bbl 14:50:59 --- quit: Slashdog ("Client Exiting") 14:53:35 that's standard Haskell 21:39:56 --- join: Yurik (~yrashk@gw.telcos.net.ua) joined #haskell 21:40:00 hi 21:40:06 anybody who know erlang? 22:27:07 not much, i've seen one or two examples but never programmed 23:59:59 --- log: ended haskell/02.01.01