smkl changed the topic of #ocaml to: check logs from http://bespin.org/~nef/logs/ocaml/
jemfinch` has joined #ocaml
jemfinch has quit [Read error: 104 (Connection reset by peer)]
jemfinch` has quit [carter.openprojects.net irc.openprojects.net]
Taaus has quit [carter.openprojects.net irc.openprojects.net]
Taaus has joined #ocaml
jemfinch` has joined #ocaml
smkl has quit [Read error: 104 (Connection reset by peer)]
smkl has joined #ocaml
tav has quit [Read error: 104 (Connection reset by peer)]
tav has joined #ocaml
nyoshi has joined #ocaml
jao has quit [Read error: 104 (Connection reset by peer)]
Yurik has joined #ocaml
<Yurik> re
jao has joined #ocaml
Yurik has quit [Remote closed the connection]
jao has quit [Read error: 113 (No route to host)]
jao has joined #ocaml
nyoshi has quit ["bye"]
Yurik has joined #ocaml
<Yurik> re
kjs3 has joined #ocaml
Yurik has quit ["Client Exiting"]
jemfinch` has quit [Success]
tav has quit []
tav has joined #ocaml
owll has joined #ocaml
owll has quit ["Client Exiting"]
malc has joined #ocaml
smkl has quit [Remote closed the connection]
smkl has joined #ocaml
<kjs3> Anyone using SML?
<malc> a bit
<kjs3> Do you use for anything more than acedemic excercises?
<malc> Not really, no. All implementations are deficient in one way or another
<kjs3> How so?
<malc> Mlkit, Mlton are whole program compilers(read slow), mosml does not have native backend, and (although i have never used it) SML/NJ has problems with deployment(uses heap dumping or something)
<kjs3> What's wrong with heap dumps?
<malc> Size?
<kjs3> Fair enough.
<malc> though i must add that Mlton produced exceptional good code for some stuff of mine, i was VERY impressed
<kjs3> What was the task?
<malc> (big)integer calculations (laregly functorized)
<kjs3> like lisps BIGNUM?
<malc> it was functorized code as i said, so i had it running with Int Real Word IntInf
<kjs3> okay...I understand.