gildor changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | OCaml 3.12.1 http://bit.ly/nNVIVH
iago has quit [Quit: Leaving]
eni has quit [Ping timeout: 246 seconds]
Yoric has quit [Ping timeout: 246 seconds]
Ptival has quit [Read error: Connection reset by peer]
thelema_ has quit [Remote host closed the connection]
thelema has joined #ocaml
wagle has quit [Ping timeout: 272 seconds]
wagle has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema_ has joined #ocaml
thelema has joined #ocaml
thelema_ has quit [Read error: Connection reset by peer]
emmanuelux has joined #ocaml
madroach has quit [Ping timeout: 265 seconds]
madroach has joined #ocaml
Anarchos has quit [Quit: need to sleep]
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
Fnar has quit [Ping timeout: 244 seconds]
Fnar has joined #ocaml
emmanuelux has quit [Read error: No route to host]
thelema_ has joined #ocaml
thelema has quit [Read error: Connection reset by peer]
thelema_ has quit [Remote host closed the connection]
thelema has joined #ocaml
thelema has quit [Remote host closed the connection]
paolooo has quit [Quit: Page closed]
thelema has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
emmanuelux has joined #ocaml
cdidd has quit [Remote host closed the connection]
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
mattrepl has quit [Quit: mattrepl]
jave_ has quit [Read error: Connection reset by peer]
thelema has quit [Read error: Connection reset by peer]
jave has joined #ocaml
thelema has joined #ocaml
thelema_ has joined #ocaml
thelema has quit [Read error: Connection reset by peer]
bzzbzz has quit [Quit: leaving]
bzzbzz has joined #ocaml
Yoric has joined #ocaml
Yoric has quit [Remote host closed the connection]
Yoric has joined #ocaml
thelema_ has quit [Read error: Connection reset by peer]
jave has quit [Read error: Connection reset by peer]
ulfdoz has joined #ocaml
thelema has joined #ocaml
jave has joined #ocaml
Yoric has quit [Quit: Instantbird 1.3a1pre -- http://www.instantbird.com]
ulfdoz has quit [Ping timeout: 264 seconds]
jmcarthur has quit [Ping timeout: 246 seconds]
jmcarthur has joined #ocaml
eni has joined #ocaml
eni has quit [Ping timeout: 246 seconds]
eni has joined #ocaml
Ptival has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
methods1 has joined #ocaml
<methods1> I seem to be getting, "Error: Unbound module Odoc_info" during compilation
emmanuelux has quit [Ping timeout: 272 seconds]
<methods1> Fatal error: cannot find file './ocamldoc'
<adrien> compilation of what?
<methods1> ocaml it self on osx
mnabil has quit [Ping timeout: 276 seconds]
err404 has joined #ocaml
cdidd has joined #ocaml
sepp2k has joined #ocaml
UncleVasya has joined #ocaml
eikke has joined #ocaml
mnabil has joined #ocaml
thelema has quit [Read error: Connection reset by peer]
thelema has joined #ocaml
osa1 has joined #ocaml
Snark has joined #ocaml
mnabil has quit [Ping timeout: 244 seconds]
pango has quit [Ping timeout: 272 seconds]
pango has joined #ocaml
osa1 has quit [Ping timeout: 246 seconds]
osa1 has joined #ocaml
osa1 has quit [Client Quit]
osa1 has joined #ocaml
Cyanure has joined #ocaml
sgnb has quit [Read error: Connection reset by peer]
sgnb has joined #ocaml
ftrvxmtrx has joined #ocaml
eni has quit [Ping timeout: 240 seconds]
thelema_ has joined #ocaml
thelema has quit [Read error: Connection reset by peer]
sverrofl has joined #ocaml
sverrofl has left #ocaml []
ftrvxmtrx has quit [Remote host closed the connection]
sgnb has quit [Read error: Connection reset by peer]
err404 has quit [Remote host closed the connection]
sgnb has joined #ocaml
ftrvxmtrx has joined #ocaml
eikke has quit [Ping timeout: 246 seconds]
Fnar has quit [Quit: Client exiting]
Fnar has joined #ocaml
UncleVasya has quit [Ping timeout: 252 seconds]
emmanuelux has joined #ocaml
sverrofl has joined #ocaml
eikke has joined #ocaml
hongboz has joined #ocaml
eikke has quit [Ping timeout: 255 seconds]
emmanuelux has quit [Ping timeout: 245 seconds]
<thelema_> methods1: try ocamlbrew to build your ocaml
ontologiae has joined #ocaml
sverrofl has left #ocaml []
ontologiae has quit [Ping timeout: 240 seconds]
emmanuelux has joined #ocaml
eni has joined #ocaml
Submarine has quit [Ping timeout: 246 seconds]
cacho has quit [Ping timeout: 245 seconds]
osa1 has quit [Read error: Connection reset by peer]
osa1 has joined #ocaml
cacho has joined #ocaml
mnabil has joined #ocaml
mattrepl has joined #ocaml
mattrepl has quit [Quit: mattrepl]
mattrepl has joined #ocaml
olle has joined #ocaml
<olle> hello
Cyanure has quit [Remote host closed the connection]
emmanuelux has quit [Remote host closed the connection]
seanmcl has joined #ocaml
osa1 has quit [Quit: Konversation terminated!]
fantasticsid has joined #ocaml
mnabil has quit [Ping timeout: 255 seconds]
fantasticsid has quit [Read error: Connection reset by peer]
fantasti` has joined #ocaml
fantasti` has quit [Client Quit]
olle has quit [Ping timeout: 245 seconds]
<adrien> I have an object, I wish I could put it in a thread and call it as usual but everything would run in the thread
<adrien> so #foo would send a message to the thread, saying "foo" and that would call the actual #foo in the object
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
olle has joined #ocaml
<zorun> “put an object in a thread”, that sounds wrong :)
<zorun> adrien: are you trying to reinvent RPC?
eni has quit [Ping timeout: 268 seconds]
seanmcl has quit [Quit: seanmcl]
Yoric has joined #ocaml
<adrien> zorun: well, if objects are properly encapsulated, they're doing message-passing, so they should be usable in the same way in a thread :-)
<adrien> zorun: the object is a "WebKitWebView"
<adrien> a webpage in webkit-gtk
<adrien> big, fat, ugly, blocky
ocp has joined #ocaml
eni has joined #ocaml
<adrien> anyway, I think it won't work out
<adrien> the issue is that webpages can create new pages through javascript
<adrien> so webkit triggers a callback which can create a new webview
<adrien> but this is hard to model properly
<adrien> and if a thread is involved there, blocks the callback and does GTK+ stuff, it means it can trigger the mainloop again, while it's blocked in the previous callback
<adrien> that's typically fine but it sounds like I'm going to have deadlocks sooner or later
pango has quit [Ping timeout: 252 seconds]
pango has joined #ocaml
Yoric has quit [Ping timeout: 245 seconds]
eni has quit [Ping timeout: 252 seconds]
miksmi has joined #ocaml
sepp2k has quit [Ping timeout: 246 seconds]
sepp2k has joined #ocaml
Kakadu has joined #ocaml
methods has joined #ocaml
iZsh` has joined #ocaml
Fnar has quit [Ping timeout: 246 seconds]
iZsh has quit [Ping timeout: 246 seconds]
methods1 has quit [Ping timeout: 246 seconds]
hongboz` has joined #ocaml
fds has joined #ocaml
Fnar has joined #ocaml
fschwidom has joined #ocaml
miksmi has quit [Ping timeout: 245 seconds]
Submarine has quit [Quit: Leaving]
methods has left #ocaml []
methods has joined #ocaml
mnabil has joined #ocaml
olle_ has joined #ocaml
olle has quit [Read error: Connection reset by peer]
olle_ has quit [Ping timeout: 252 seconds]
olle_ has joined #ocaml
olle_ has quit [Client Quit]
seanmcl has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Changing host]
Submarine has joined #ocaml
fschwidom has quit [Remote host closed the connection]
Snark has quit [Quit: Quitte]
hongboz` has quit [Remote host closed the connection]
ocp has quit [Ping timeout: 240 seconds]
olle has joined #ocaml
olle has quit [Read error: Connection reset by peer]
olle_ has joined #ocaml
olle_ has quit [Remote host closed the connection]
olle has joined #ocaml
<olle> any thoughts about sparse syntax for ocaml, like in f#>
<olle> ?
<olle> e.g. skip "in" in let ...
ocp has joined #ocaml
<Qrntz> you mean indentation-dependent?
<Qrntz> there's ocaml+twt that allows you to use indentation-dependent syntax, but it's not supported officially
eni has joined #ocaml
ocp has quit [Ping timeout: 244 seconds]
ocp has joined #ocaml
seanmcl has quit [Quit: seanmcl]
thelema_ has quit [Read error: Connection reset by peer]
thelema has joined #ocaml
ocp has quit [Ping timeout: 240 seconds]
seanmcl has joined #ocaml
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
ocp has joined #ocaml
ocp has quit [Ping timeout: 268 seconds]
thelema has quit [Remote host closed the connection]
eni has quit [Ping timeout: 246 seconds]
thelema has joined #ocaml
ftrvxmtrx has quit [Remote host closed the connection]
lggr has joined #ocaml
Qrntz has quit [Ping timeout: 265 seconds]
Qrntz has joined #ocaml
ftrvxmtrx has joined #ocaml
mattrepl has quit [Quit: mattrepl]
Kakadu has quit [Quit: Konversation terminated!]
thelema has quit [Remote host closed the connection]
thelema has joined #ocaml
ocp has joined #ocaml
Yoric has joined #ocaml
<thelema>
Anarchos has joined #ocaml
olle_ has joined #ocaml
olle has quit [Read error: Connection reset by peer]
olle_ has quit [Ping timeout: 264 seconds]
Submarine has quit [Quit: Leaving]
mattrepl has joined #ocaml
olle_ has joined #ocaml
mattrepl has quit [Quit: mattrepl]
seanmcl has quit [Quit: seanmcl]
mnabil has quit [Ping timeout: 252 seconds]
olle_ has quit [Ping timeout: 264 seconds]
ChristopheT has joined #ocaml
mnabil has joined #ocaml
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
hcarty has quit [Ping timeout: 252 seconds]
hcarty has joined #ocaml
sepp2k has quit [Remote host closed the connection]