irc.freenode.net changed the topic of #ocaml to: OCaml 3.08 "Bastille Day" Release available ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ , A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
slashvar[lri] has quit [orwell.freenode.net irc.freenode.net]
mlh has quit [orwell.freenode.net irc.freenode.net]
mlh has joined #ocaml
ADD-101 has quit [Remote closed the connection]
slashvar[lri] has joined #ocaml
gzl has quit [Read error: 104 (Connection reset by peer)]
gzl has joined #ocaml
CosmicRay has joined #ocaml
CosmicRay has left #ocaml []
Robert__ has joined #ocaml
Robert has quit [Read error: 104 (Connection reset by peer)]
_fab has joined #ocaml
gzl has quit [Remote closed the connection]
fab__ has quit [Read error: 110 (Connection timed out)]
cjohnson has quit ["Leaving"]
Codename_V has joined #ocaml
avlondono has quit [Read error: 110 (Connection timed out)]
Robert__ is now known as Robert
bk_ has joined #ocaml
_fab has quit [Read error: 113 (No route to host)]
Hadaka has quit [Read error: 104 (Connection reset by peer)]
Naked has joined #ocaml
Naked is now known as Hadaka
shawn has joined #ocaml
shawn_ has quit [Read error: 60 (Operation timed out)]
vezenchio has quit ["Hydrocon technology produces two waste products: steam and green goo. We dispose of the steam through various vents, strategi]
Codename_V has left #ocaml []
Lemmih_ has quit ["Haskell - www.haskell.org"]
milest has quit ["Leaving"]
<grirgz> plop
<Riastradh> splorp
_fab has joined #ocaml
ertai has joined #ocaml
ertai has quit [Client Quit]
withersoever has quit ["Leaving"]
smimou has joined #ocaml
grirgz has quit [Read error: 104 (Connection reset by peer)]
grirgz has joined #ocaml
kinners has joined #ocaml
jyrix has joined #ocaml
<jyrix> why are freenode servers named like that?
smimou has quit [Read error: 110 (Connection timed out)]
jyrix has quit [Client Quit]
gim has joined #ocaml
mlh has quit [orwell.freenode.net irc.freenode.net]
mlh has joined #ocaml
mlh has quit ["who are you people and what are you doing in my computer!?"]
_fab has quit []
_fab has joined #ocaml
<grirgz> plop
Hadaka has quit [orwell.freenode.net irc.freenode.net]
bk_ has quit [orwell.freenode.net irc.freenode.net]
gl has quit [orwell.freenode.net irc.freenode.net]
sic- has quit [orwell.freenode.net irc.freenode.net]
avn has quit [orwell.freenode.net irc.freenode.net]
Hipo has quit [orwell.freenode.net irc.freenode.net]
Hadaka has joined #ocaml
bk_ has joined #ocaml
gl has joined #ocaml
sic- has joined #ocaml
avn has joined #ocaml
Hipo has joined #ocaml
gim has quit ["brb"]
zigong_ has quit [Remote closed the connection]
withersoever has joined #ocaml
lam has joined #ocaml
kinners has quit [Read error: 110 (Connection timed out)]
zigong has joined #ocaml
joel_ has joined #ocaml
jrosdahl has quit [Read error: 110 (Connection timed out)]
shawn has quit [Read error: 104 (Connection reset by peer)]
shawn has joined #ocaml
_fab has quit []
mlh has joined #ocaml
jyrix has joined #ocaml
gzl has joined #ocaml
mlh has quit ["who are you people and what are you doing in my computer?!"]
jyrix has quit ["damn that canadian tv channel for not showing sg-1 in hdtv.damn!"]
Lemmih has quit [Remote closed the connection]
GardenWeasel has joined #ocaml
_fab has joined #ocaml
vezenchio has joined #ocaml
Lemmih has joined #ocaml
Riastrad1 has joined #ocaml
Riastradh has quit [Nick collision from services.]
Riastrad1 is now known as Riastradh
Lemmih has quit [Client Quit]
cjohnson has joined #ocaml
<grirgz> hi
GardenWeasel has quit [Read error: 104 (Connection reset by peer)]
<grirgz> is it possible to parametre a class with another one, like modules ?
<grirgz> or should i use (f()-> new c) as an argument..
<grirgz> (fun()->new c) rather
GardenWeasel has joined #ocaml
Lemmih has joined #ocaml
joel_ is now known as jrosdahl
<grirgz> is it possible to define unary operators ?
<mattam> 1) not possible, 2) yes: "let (!!) x = x + 2"
<grirgz> why i can't use @@ or $$ or % ?
<mellum> grirgz: because @ and $ and % are infix.
<mattam> look at http://caml.inria.fr/ocaml/htmlman/manual009.html, section "Prefix and infix symbols"
<grirgz> RTFM, ok :p
tomp has joined #ocaml
<tomp> I'm a long-time programmer but an OCaml newbie and am
<tomp> apparently missing some major points after my 3 day (so far)
<tomp> struggle to learn Ocaml
<tomp> I boiled one of my problems down to a simple program
<tomp> and would appreciate a kind soul to show me my error(s)
<tomp> I've posted the code (34 lines) on our website
<tomp> if anyone is so inclined.
<ronwalf> oh, that's a recursive function?
<tomp> I hope not
<ronwalf> no, never mind
<tomp> I like Ocaml so far but the ML approach is new to me ..
<tomp> I'm a Smalltalker, Java, C, .. etc.
<mellum> Hehe. Interesting bug.
<mellum> You should use an auto-indenting editor, that would have avoided it.
<tomp> Really? .. True I'm using pico ..
<ronwalf> oh
<mellum> Try emacs or xemacs.
<ronwalf> exit(0);;
<ronwalf> It exits before it ever runs main
<ronwalf> yeah, that's working now
<ronwalf> The True Way of Python :)
<tomp> Thanks for the answer .. I'll go try a better editor ..
<gzl> vim is nice too, but emacs has a nice mode for working with ocaml that makes it worth using
<gzl> look for tuareg
<tomp> Great .. emacs has always scared me but maybe it's time
<tomp> for me to start using it ..
<tomp> Thanks again .. This functional way of thinking has been
<tomp> a real struggle for me .. almost as hard (but the jury's still out)
<tomp> as getting OO methodology ..
<Smerdyakov> Well, OO methodology isn't worth getting, so that would be OK. :P
<tomp> Ah, I can see what channel I'm logged into .. :-)
<gzl> what's so bad about OO methodology?
<mellum> gzl: mainly that it is being sold as a general purpose method.
<gzl> ok, but then saying that it's "not worth getting" is extreme
<Smerdyakov> /back
<Smerdyakov> (please ignore :-)
Xolution has joined #ocaml
Xolution has quit [Client Quit]
<ronwalf> So why does tbl get non-dated urls?
<ronwalf> erp
<ronwalf> (wrong channel :)
GardenWeasel has left #ocaml []
Lemmih has quit [Read error: 60 (Operation timed out)]