flux changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 4.00.1 http://bit.ly/UHeZyT | http://www.ocaml.org | Public logs at http://tunes.org/~nef/logs/ocaml/
adotbrown has quit [Ping timeout: 264 seconds]
Icarot has quit [Ping timeout: 248 seconds]
ssbr has quit [Read error: No route to host]
ssbr has joined #ocaml
ssbr has quit [Read error: Connection reset by peer]
ssbr has joined #ocaml
adotbrown has joined #ocaml
gnuvince has quit [Ping timeout: 248 seconds]
pkrnj has joined #ocaml
yacks has joined #ocaml
Yoric has joined #ocaml
Yoric has quit [Ping timeout: 256 seconds]
madroach has quit [Ping timeout: 248 seconds]
pkrnj has quit [Quit: Computer has gone to sleep.]
mikurubeam has quit [Ping timeout: 276 seconds]
mikurubeam has joined #ocaml
madroach has joined #ocaml
ollehar has joined #ocaml
tac has joined #ocaml
pkrnj has joined #ocaml
mye has joined #ocaml
cdidd has quit [Remote host closed the connection]
ollehar has quit [Ping timeout: 245 seconds]
pango_ has joined #ocaml
pango has quit [Ping timeout: 245 seconds]
jlouis has quit [Ping timeout: 264 seconds]
jlouis has joined #ocaml
travisbrady has joined #ocaml
Icarot has joined #ocaml
adotbrown has quit [Ping timeout: 276 seconds]
lusory has joined #ocaml
travisbrady has quit [Quit: travisbrady]
emmanuelux has quit [Ping timeout: 248 seconds]
milosn has joined #ocaml
gnuvince has joined #ocaml
milosn_ has quit [Ping timeout: 260 seconds]
mikurubeam has quit [Ping timeout: 264 seconds]
mikurubeam has joined #ocaml
weie has joined #ocaml
tac has quit [Ping timeout: 245 seconds]
asmanur_ has quit [Ping timeout: 264 seconds]
asmanur has joined #ocaml
karswell` has joined #ocaml
karswell has quit [Remote host closed the connection]
walter has quit [Quit: This computer has gone to sleep]
mye has quit [Quit: mye]
Icarot has quit [Ping timeout: 245 seconds]
path[l] has joined #ocaml
Kakadu has joined #ocaml
pkrnj has quit [Quit: Computer has gone to sleep.]
pkrnj has joined #ocaml
Icarot has joined #ocaml
gnuvince has quit [Ping timeout: 248 seconds]
Yoric has joined #ocaml
Kakadu has quit [Ping timeout: 255 seconds]
Yoric has quit [Ping timeout: 264 seconds]
lorill has joined #ocaml
lorill has quit [Remote host closed the connection]
lorill has joined #ocaml
ttamttam has joined #ocaml
ttamttam has quit [Ping timeout: 256 seconds]
path[l] has quit [Ping timeout: 240 seconds]
Yoric has joined #ocaml
ttamttam has joined #ocaml
Yoric has quit [Ping timeout: 256 seconds]
Yoric has joined #ocaml
osa1 has joined #ocaml
Yoric1 has joined #ocaml
Yoric has quit [Ping timeout: 264 seconds]
pkrnj has quit [Quit: Textual IRC Client: www.textualapp.com]
ollehar has joined #ocaml
chambart has joined #ocaml
lenstr has quit [Ping timeout: 240 seconds]
chambart has quit [Remote host closed the connection]
Cyanure has joined #ocaml
LeNsTR has joined #ocaml
path[l] has joined #ocaml
path[l] has quit [Client Quit]
ttamttam has quit [Remote host closed the connection]
lorill has quit [Quit: Ex-Chat]
Yoric1 has quit [Ping timeout: 256 seconds]
hcarty has quit [Ping timeout: 260 seconds]
hcarty has joined #ocaml
mikurubeam has quit [Ping timeout: 255 seconds]
Kakadu has joined #ocaml
LeNsTR is now known as lenstr
ulfdoz has joined #ocaml
darkf_ has joined #ocaml
adotbrown has joined #ocaml
ontologiae has joined #ocaml
Kakadu has quit [Remote host closed the connection]
darkf has quit [Ping timeout: 245 seconds]
Kakadu has joined #ocaml
ontologiae has quit [Ping timeout: 245 seconds]
darkf_ is now known as darkf
<josch> would somebody happen to know a mailinglist for ocamlgraph?
<josch> i wasnt able to find on their website where to send patches or ask about how the authors would like possible patches to be implemented
ontologiae has joined #ocaml
<adrien> is it hosted on the ocaml forge?
<adrien> how many authors are there?
<Kakadu> 3 authors
<Kakadu> I have recently implemented Tarjan algorithm
<Kakadu> maybe it will be useful too
ontologiae has quit [Ping timeout: 245 seconds]
<rks_> Kakadu: are you sure it wasn't already in the library ?
<rks_> (I thought it was)
<Kakadu> rks_: yeah
<josch> Kakadu: tarjan's scc algo?
<rks_> josch: I guess so
<josch> rks_: yeah, I'm using that one all the time in my code :)
<rks_> yes josch, I used it too a (long) while ago
<Kakadu> :(
<josch> i finished an implementation of johnson's algorithm (starting off from a version by pietro abate) for cycle enumeration which might be useful for inclusion in ocamlgraph
<josch> furthermore i was wondering if anybody ever did a C binding for any ocaml code using ocamlgraph
<josch> and i want to implement a GraphML reader and was wondering which ocaml XML library the authors prefer
<josch> but all this might be interesting for a wider audience than the three developers listed on the website
<rks_> « ocaml XML » oh dear god
<josch> so i was wondering about the existance of a mailinglist :)
<josch> rks_: yeah i know.. i dont like xml either but graphml uses it so i have to bear with it
<rks_> Kakadu: sorry mate
<josch> and there seem to be tons of ocaml xml parsers out there
<rks_> josch: ok :)
<josch> would there be an ocaml malinglist suitable for the topics i listed?
<josch> then i can write there and CC the three authors
<josch> i'm not yet subscribed to any ocaml related list
<Kakadu> I think it is OK
<rks_> josch: well, http://caml.inria.fr/resources/forums.en.html the caml-list is probably what you want
<josch> rks_: okay thanks :)
q66 has joined #ocaml
hto has quit [Read error: Connection reset by peer]
mikurubeam has joined #ocaml
<ollehar> can I cast a netchannel to a Lwt_io channel?
<ollehar> perhaps they're not related
<adrien> I know none of them, yet I'm ready to bet they have nothing in common
<adrien> and you *never* cast from one type to another in ocaml
<rks_> :)
<ollehar> yeah, that's what I tought
<ollehar> Bummer is, lwt stalls my cgi so I can't flush its regular output
travisbrady has joined #ocaml
UncleVasya has joined #ocaml
derek_c has joined #ocaml
<derek_c> Could anyone please take a look at a very short piece of code? OCaml tells me there is a syntax error at line 8 but I can't find it
<rks_> derek_c: try « if x < n then ( ... ) else ... »
<adrien> you need to wrap the "then" block inside "being ... end" or parenthesis
<rks_> :)
<adrien> ocaml ends the block as soon as possible (that is, when it sees the first ';')
<derek_c> oh!!
<derek_c> so is it like
travisbrady has quit [Ping timeout: 250 seconds]
<derek_c> everytime you have a multi-line thing
<derek_c> you need to wrap it?
<derek_c> I mean, everytime you use ; to separate lines
<adrien> inside a "then", yes
<derek_c> thank you!
<rks_> (that holds for the "else" block as well)
pango_ is now known as pango
cdidd has joined #ocaml
tane has joined #ocaml
<derek_c> rks_: thanks!
<derek_c> is there a way to simulate recursion using refs?
ulfdoz has quit [Read error: Operation timed out]
<adrien> what is the goal?
<derek_c> it's just homework... we are learning refs so we are using it to do all sorts of weird things
<Kakadu> Maybe they want u to use while or for loops?
<asmanur> derek_c: yes there is a way
<derek_c> asmanur: what is it?
<derek_c> Kakadu: nope loops are discouraged
<asmanur> derek_c: the following term is non terminating
<asmanur> let r = ref (fun _ -> failwith "foo") in r := (fun x -> !r x); !r ()
<derek_c> oh man
<derek_c> I didn't know you could use ref with functions
<derek_c> this is very interesting
<adrien> first-class values :-)
<asmanur> well functions are first-class :)
<derek_c> yeah I guess that's how I'm supposed to do it. many thanks :)
ontologiae has joined #ocaml
ottbot has quit [Ping timeout: 276 seconds]
adotbrown has quit [Ping timeout: 264 seconds]
Icarot has quit [Ping timeout: 240 seconds]
mikurubeam has quit [Ping timeout: 256 seconds]
adotbrown has joined #ocaml
adotbrown has quit [Ping timeout: 260 seconds]
Anarchos has joined #ocaml
travisbrady has joined #ocaml
<orbitz> Oleg's simple generator uses refs and exceptions in fun ways!
yacks has quit [Ping timeout: 245 seconds]
mye has joined #ocaml
hto has joined #ocaml
ollehar1 has joined #ocaml
ollehar1 has quit [Client Quit]
ollehar1 has joined #ocaml
derek_c has quit [Ping timeout: 252 seconds]
ollehar has quit [Ping timeout: 252 seconds]
csmrfx has quit [Read error: Connection reset by peer]
mattrepl has joined #ocaml
darkf has quit [Quit: Leaving]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
ottbot has joined #ocaml
ollehar has joined #ocaml
jbrown has quit [Remote host closed the connection]
HoraseLunums has joined #ocaml
HoraseLunums has quit [Remote host closed the connection]
<orbitz> woop woop, my Riak client is on its way
ollehar has quit [Ping timeout: 248 seconds]
Yoric has joined #ocaml
mattrepl has quit [Quit: mattrepl]
ontologiae has quit [Ping timeout: 276 seconds]
<Kakadu> does somebody can give a link to `ocp-build howto`?
yacks has joined #ocaml
<adrien> not sure there's one
<adrien> but there is presentation material
<adrien> which roughly equals "ocp-build by examples"
<companion_cube> orbitz: are Oleg's generators related to BatEnum.t ?
<Kakadu> adrien: where can I find it?
<adrien> I don't know for sure
<adrien> I know I had seen some slides online a few months ago
ulfdoz has joined #ocaml
mikurubeam has joined #ocaml
ontologiae has joined #ocaml
SanderM has joined #ocaml
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
mikurubeam has joined #ocaml
noam has joined #ocaml
noam__ has quit [Ping timeout: 252 seconds]
mikurubeam has quit [Quit: When I come back, please tell me in what new ways you have decided to be completely wrong.]
ontologiae has quit [Ping timeout: 276 seconds]
osa1 has quit [Ping timeout: 276 seconds]
gnuvince has joined #ocaml
ollehar has joined #ocaml
mikurubeam has joined #ocaml
mye_ has joined #ocaml
mye has quit [Ping timeout: 264 seconds]
mye_ is now known as mye
mikurubeam has quit [Quit: +1 (Yes). -1 (No). i (WTF?). j (So you...). k (... want quaternions too?).]
yacks has quit [Quit: Leaving]
path[l] has joined #ocaml
ttamttam has joined #ocaml
emmanuelux has joined #ocaml
cyball has joined #ocaml
tane has quit [Quit: Verlassend]
travisbrady has quit [Quit: travisbrady]
ttamttam has quit [Remote host closed the connection]
ontologiae has joined #ocaml
ollehar1 has quit [Ping timeout: 250 seconds]
<orbitz> companion_cube: I don't beleive so. it is a paper he releasedrecently
cyball has quit [Read error: No route to host]
Anarchos has joined #ocaml
cyball has joined #ocaml
pkrnj has joined #ocaml
ttamttam has joined #ocaml
Kakadu has quit []
derek_c has joined #ocaml
ttamttam has left #ocaml []
Cyanure has quit [Read error: Connection reset by peer]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
UncleVasya has quit [Quit: UncleVasya]
olasd has quit [Ping timeout: 246 seconds]
olasd has joined #ocaml
olasd has quit [Client Quit]
mye_ has joined #ocaml
mye has quit [Ping timeout: 260 seconds]
mye_ is now known as mye
derek_c has quit [Read error: Operation timed out]
mye_ has joined #ocaml
oriba has joined #ocaml
mye has quit [Ping timeout: 264 seconds]
mye_ is now known as mye
Leonidas has quit [Read error: Operation timed out]
Leonidas has joined #ocaml
olasd has joined #ocaml
Icarot has joined #ocaml
adotbrown has joined #ocaml
cyball has quit [Ping timeout: 240 seconds]
Yoric has quit [Ping timeout: 264 seconds]
adotbrown has quit [Read error: No route to host]
travisbrady has joined #ocaml
ontologiae has quit [Ping timeout: 250 seconds]
cyball has joined #ocaml
derek_c has joined #ocaml
Icarot has quit [Ping timeout: 240 seconds]
adotbrown has joined #ocaml
Yoric has joined #ocaml
Icarot has joined #ocaml
Icarot has quit [Remote host closed the connection]
ottbot has quit [Ping timeout: 276 seconds]
ontologiae has joined #ocaml
mye has quit [Quit: mye]
travisbrady has quit [Quit: travisbrady]
gnuvince has quit [Ping timeout: 248 seconds]
madroach has quit [Ping timeout: 248 seconds]
madroach has joined #ocaml
Yoric has quit [Ping timeout: 256 seconds]
travisbrady has joined #ocaml
pkrnj has quit [Quit: Computer has gone to sleep.]
ulfdoz has quit [Ping timeout: 252 seconds]
Yoric has joined #ocaml
pkrnj has joined #ocaml
travisbrady has quit [Quit: travisbrady]
travisbrady has joined #ocaml
ontologiae has quit [Ping timeout: 264 seconds]
SanderM has quit [Remote host closed the connection]
Yoric has quit [Ping timeout: 264 seconds]