systems changed the topic of #ocaml to: Archive of Caml Weekly News http://pauillac.inria.fr/~aschmitt/cwn/ | ICFP Programming Contest 2003 http://www.dtek.chalmers.se/groups/icfpcontest/ | A tutorial http://merjis.com/richj/computers/ocaml/tutorial/ | Good free book http://cristal.inria.fr/~remy/cours/appsem/ | Mailing list (best mailing list ever for any computer language) http://caml.inria.fr/bin/wilma/caml-list
brwill_zzz is now known as brwill
brwill has quit ["leaving"]
brwill has joined #ocaml
buggs is now known as buggs|afk
teratorn has quit [leguin.freenode.net irc.freenode.net]
systems has joined #ocaml
teratorn has joined #ocaml
teratorn has quit [leguin.freenode.net irc.freenode.net]
teratorn has joined #ocaml
Vincenz has quit []
Xcalibor has quit ["Terminando cliente"]
systems has quit ["Client Exiting"]
brwill has quit ["kernel rebuilt. brb."]
brwill has joined #ocaml
<vect> ?
<bk_> ?
<vect> strange
Yurik has quit [Read error: 110 (Connection timed out)]
slimb has joined #ocaml
foxster has joined #ocaml
bk_ has quit ["I'll be back"]
slimb has quit [Read error: 110 (Connection timed out)]
Yurik has joined #ocaml
brwill is now known as brwill_zzz
bk_ has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
buggs|afk is now known as buggs
srv has joined #ocaml
mellum has joined #ocaml
<mellum> hi
bk_ has quit ["I'll be back"]
ott has joined #ocaml
<ott> re all
ott has quit [Remote closed the connection]
<mellum> .wi
<mellum> oops
whee has quit [Read error: 60 (Operation timed out)]
whee has joined #ocaml
d-bug has joined #ocaml
d-bug has left #ocaml []
Vincenz has joined #ocaml
buggs|afk has joined #ocaml
Xcalibor has joined #ocaml
<Xcalibor> hello
buggs has quit [Read error: 110 (Connection timed out)]
<Vincenz> Hi
buggs|afk is now known as buggs
Maddas has joined #ocaml
<Maddas> What does this mean in a match? let foo key = '0'..'9' as key -> bar;;
<Maddas> I'm not sure what the "as" means
<Maddas> err, let foo key = match key with '0'..'9' as key ->bar | _ -> raise SomeException;;
bk_ has joined #ocaml
<Maddas> Or something similar :)
<Maddas> see http://nopaste.snit.ch:8000/212 for the full code
<mellum> Maddas: It binds the match to another identifier. In you example, it's totally useless.
<Maddas> heh, ok, thanks. (Took that code from the O'Reilly book)
systems has joined #ocaml
systems has left #ocaml []
bk_ has quit ["I'll be back"]
bk_ has joined #ocaml
mrvn has joined #ocaml
mrvn_ has quit [Read error: 110 (Connection timed out)]
cjohnson has joined #ocaml
<cjohnson> Anyone know if the English translation of the O'Reilly book will ever be published?
<bk_> no :\
<cjohnson> Are there any dead-tree editions of any OCaml books in English?
<bk_> not ocaml specific afaik
<bk_> there are however books about caml
<bk_> in english, that is
<cjohnson> Just what is the difference between Ocaml and caml, btw?
<cjohnson> Just object-oriented extensions?
<bk_> that and a couple of 'minor' things
<bk_> i'm not 100% sure because i haven't even looked at the object-part of ocaml yet
<whee> I don't think there is a "caml" other than caml light
<whee> and at that point there's a bit more differences than just the object system
<bk_> i'm using 'caml' as a synonym for caml light
Vincenz has quit []