Yurik changed the topic of #ocaml to: http://icfpcontest.cse.ogi.edu/ -- OCaml wins | http://www.ocaml.org/ | http://caml.inria.fr/oreilly-book/ | http://icfp2002.cs.brown.edu/ | SWIG now supports OCaml| Early releases of OCamlBDB and OCamlGettext are available
Kinners has left #ocaml []
mattam has quit [Read error: 113 (No route to host)]
docelic|away is now known as docelic
Kinners has joined #ocaml
<Kinners> anyone here know much about the ocaml compiler implementation (particularly the native code generation)?
steele has quit [Remote closed the connection]
docelic is now known as docelic|sleepo
Kinners has left #ocaml []
mattam has joined #ocaml
intero has joined #ocaml
<intero> hi all
steele has joined #ocaml
kruskal has joined #ocaml
<kruskal> plop
Yurik has joined #ocaml
Yurik has quit ["÷ÙÛÅÌ ÉÚ XChat"]
<intero> if i say
<intero> try _ = aux t in true
asqui has quit [Read error: 60 (Operation timed out)]
<intero> with Error -> false;;
<intero> what does it mean?
<intero> maybe that anything reported by aux t is true, even an exception, if different from Error?
kruskal has left #ocaml []
merriam has quit [Excess Flood]
merriam has joined #ocaml
lament has quit ["Non sunt in celi quia fuccant uuiuys of heli"]
asqui has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
zack has joined #ocaml
zack is now known as zack|wrk
<intero> hi there zack. write me later if you want, there's a little prob with your debs
docelic|sleepo is now known as docelic
Yurik has joined #ocaml
<Yurik> hi all
<Yurik> Guys, does somebody need UNO (COM-like framework by Sun Microsystems for their Office) for OCaml?
systems has joined #ocaml
docelic has quit ["new xchat"]
Yurik has quit [Read error: 104 (Connection reset by peer)]
zack|wrk has quit ["Client Exiting"]
systems has left #ocaml []
docelic has joined #ocaml
systems has joined #ocaml
two-face has joined #ocaml
* two-face is away: I'm busy
<systems> liar
systems has left #ocaml []
rox has quit [Read error: 54 (Connection reset by peer)]
* two-face is back (gone 00:28:18)
two-face has quit ["Client Exiting"]
<intero> anyone?
<whee> eh
<whee> intero: if aux t succeeds, the try block returns true, otherwise it returns false
<whee> it'll return false if aux t raises an exception
<intero> whee any exception?
<intero> or just Error exception?
<whee> just Error, I guess
<whee> yes, just Error :)
<whee> any other exception will go up another level for something that could possibly handle it
<intero> but
<intero> is is the same if i write:
<intero> try aux t in true
<intero> isnt it the same?
<whee> try aux t in true with Error -> false
<intero> yes
<whee> if you don't handle Error there, it'll have to be handled elsewhere
<whee> I think your first code snippit shouldve been try let _ = aux t in true with Error -> false
<whee> forgot the let
<intero> mmm
<intero> i dont understand why should i need 'let _ ='
<intero> i am a newbie huh but i guess it's unuseful
<whee> well '_ = aux t' is invalid syntax
<whee> you really meant to bind _ to aux t
<whee> which is really only useful for functions that return unit and perform side-effects
<intero> i see
<intero> thanks
<intero> whee: are there others ocaml channels that you know of?
<whee> I don't know of any
<whee> I think there was a server linked from www.ocaml.org, but it may have just been a server on this network
<intero> not even mailing list or newsgroup?
<whee> there's comp.lang.ml, comp.lang.functional, fa.caml (get to those from groups.google.com easily)
<whee> then caml-list (which I think fa.caml is the same as)
<intero> :))
<intero> thanks alot
<intero> i thought there was irc.ocaml.org but i am not logging in
<whee> I think it doesn't exist anymore, I believe it was just a server on this network
<intero> :(
<intero> okay
skylan has quit [Read error: 104 (Connection reset by peer)]
skylan has joined #ocaml
two-face has joined #ocaml
jao_away has joined #ocaml
Kinners has joined #ocaml
<intero> nite all
intero has left #ocaml []
docelic has quit ["hm, bb shortly"]
intero has joined #ocaml
<intero> hi i
intero has left #ocaml []
two-face has left #ocaml []
docelic has joined #ocaml
docelic has quit ["opengl"]
smklsmkl has joined #ocaml
smkl has quit [Read error: 113 (No route to host)]
xmkl has joined #ocaml
smklsmkl has quit [Remote closed the connection]
lament has joined #ocaml
Kinners has left #ocaml []
lament has quit ["Non sunt in celi quia fuccant uuiuys of heli"]