gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Success]
gl has joined #ocaml
volatile has joined #ocaml
<volatile>
anyone awake?
<volatile>
I considering reprogramming my ftp daemon (which is small, and really isn't finished yet) in ocaml if the language prevents (or helps prevent) buffer overruns, which I believe it does
yangsx has joined #ocaml
<yangsx>
the dos has the 8.3 naming restriction, which makes me impossible to compile at the win98 command line
<yangsx>
any work around this?
gl has quit [Read error: 104 (Connection reset by peer)]
<yangsx>
I really hate to program on that platform
gl has joined #ocaml
yangsx has quit ["Client Exiting"]
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Success]
gl has joined #ocaml
soupnazi has joined #ocaml
volatile has quit [Read error: 104 (Connection reset by peer)]
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Success]
gl has joined #ocaml
soupnazi has left #ocaml []
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [Success]
gl has joined #ocaml
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
yangsx has joined #ocaml
gl has quit [Success]
gl has joined #ocaml
yangsx has quit ["Client Exiting"]
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has left #ocaml []
gene9 has joined #ocaml
gene9 has quit [Client Quit]
malc has joined #ocaml
malc has quit ["no reason"]
smkl has quit [Read error: 110 (Connection timed out)]
yangsx has joined #ocaml
yangsx has quit [Client Quit]
Demitar has joined #ocaml
two-face has joined #ocaml
two-face has quit [Client Quit]
yangsx has joined #ocaml
yangsx has quit [Client Quit]
Demitar has quit []
Yurik has joined #ocaml
<Yurik>
re
<Yurik>
anybody here alive?
Yurik has quit [Read error: 104 (Connection reset by peer)]
smkl has joined #ocaml
Yurik has joined #ocaml
<Yurik>
re
<Yurik>
guys, is it possible to do something like Thread.create self#method ()
<Yurik>
?
<Yurik>
i've faced w/ problem while creating thread from method of self object :(
<smkl>
it should be possible
<Yurik>
exactly as I did?
<Yurik>
and, self#method is private. is it ok?
<smkl>
yes
<Yurik>
hm
<smkl>
what is the problem?
<Yurik>
it says
<Yurik>
This expression has type Thread.t but is here used with type unit -> Thread.t
<Yurik>
may be i'm just only too sleepy... but can't find how to fix it
<smkl>
which expression?
<Yurik>
it says it when I try to write the result of Thread.create into instance variable ( smthing <- Thread.create ... )