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
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
<chispita> Ptival: thanks for that
<chispita> understood it perfectly (believe it or not!)
<chispita> I got a Haskell book but don't have time to study it yet...unfortunately
<chispita> i think i have a solution to the bubble sort....if i do it, i'll paste it so you can see the result of your teachings ;)
<Ptival> ok
<Ptival> what I would do in that case is write something to help Coq figure out why it terminates
<Ptival> (like, showing it that the length of the argument strictly decreases)
<chispita> that's what i'm trying to do!! i made a phony counter...
<Ptival> oh
<chispita> it decreases a counter that doesn't do anything....
<Ptival> that's a decent idea
<chispita> hihihihi
<Ptival> you can do that in a less invasive way though :)
<chispita> lol. how!
<Ptival> you'll have a problem when you reach 0 though
<Ptival> what's the type of your counter?
<Ptival> nat?
<chispita> i have it nat_compare counter 0 - if Eq, sorting is done
<Ptival> hmm
<chispita> match nat_compare counter 0 | Eq => list
<Ptival> waiting for your solution
<chispita> here's what happened. when i ran the sort LIST, it returned a partially sorted list
<Ptival> I think you will encounter a problem :)
<chispita> (ok!)
lggr has quit [Ping timeout: 268 seconds]
<chispita> when i ran the sort LIST, it returned a partially sorted list BUT when I ran (sort (sort LIST)) it worked!
<Ptival> but it's educative
<chispita> so i deduce i need it to loop until sorted
<Ptival> but looping is a no-no :p
<chispita> so i make counter = worst case for bubble sort which is n^2
<chispita> match counter with | O => returns list | S(counter') => keep working
<chispita> sounds wrong?
lggr has joined #ocaml
<Ptival> well
<Ptival> what would you pick as the initial value for counter to make sure it's sorted at the end? :)
Tobu has quit [Ping timeout: 260 seconds]
Tobu has joined #ocaml
<chispita> Ptival: good question
<chispita> LOL
<chispita> maybe i should try quicksort lol
<Ptival> I think it would pose as much trouble as bubble :)
<Ptival> the problem with "good" sorts is that you will want to twiddle with your lists in non-structural ways
<Ptival> the easiest sort to write I can think of would be an insertion sort
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 264 seconds]
lggr has joined #ocaml
<chispita> really? maybe i should try that one....
emmanuelux has joined #ocaml
emmanuelux has quit [Remote host closed the connection]
lggr has quit [Ping timeout: 244 seconds]
darkf has joined #ocaml
lggr has joined #ocaml
emmanuelux has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
<darkf> Is there a good socket library for OCaml? (the Unix module seems a bit too low-level)
<darkf> and maybe coroutines?
ulfdoz has quit [Ping timeout: 244 seconds]
Ptival has quit [Quit: Quat]
ulfdoz has joined #ocaml
darkf_ has joined #ocaml
darkf has quit [Ping timeout: 272 seconds]
darkf_ is now known as darkf
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
sepp2k1 has quit [Read error: Connection reset by peer]
madroach has quit [Ping timeout: 265 seconds]
madroach has joined #ocaml
lggr has joined #ocaml
Playground has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
err404 has quit [Remote host closed the connection]
lggr has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
Playground has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
Playground has joined #ocaml
chispita has quit [Remote host closed the connection]
lggr has quit [Ping timeout: 244 seconds]
darkf_ has joined #ocaml
lggr has joined #ocaml
Playground has quit [Ping timeout: 268 seconds]
darkf has quit [Ping timeout: 252 seconds]
Tobu has quit [Ping timeout: 260 seconds]
lggr has quit [Ping timeout: 252 seconds]
Tobu has joined #ocaml
lggr has joined #ocaml
mnabil has quit [Ping timeout: 248 seconds]
lggr has quit [Ping timeout: 264 seconds]
darkf_ is now known as darkf
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 268 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
<_habnabit> ait
<_habnabit> whoops
lggr has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
BiDOrD_ has joined #ocaml
BiDOrD has quit [Ping timeout: 252 seconds]
lggr has quit [Ping timeout: 255 seconds]
Snark has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
Ptival has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
larhat has quit [Quit: Leaving.]
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
Ptival has quit [Quit: Quat]
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
osa1 has joined #ocaml
lggr has joined #ocaml
osa1 has quit [Client Quit]
larhat has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
larhat has quit [Quit: Leaving.]
ftrvxmtrx has joined #ocaml
larhat has joined #ocaml
larhat has quit [Client Quit]
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
Cyanure has joined #ocaml
mfp has quit [Ping timeout: 276 seconds]
ontologiae has joined #ocaml
maufred_ has quit [Read error: Operation timed out]
maufred has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
osa1 has joined #ocaml
mfp has joined #ocaml
lggr has joined #ocaml
eni has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
lggr has joined #ocaml
ontologiae has quit [Ping timeout: 246 seconds]
lggr has quit [Ping timeout: 244 seconds]
Tobu has joined #ocaml
lggr has joined #ocaml
larhat has joined #ocaml
larhat has left #ocaml []
lggr has quit [Ping timeout: 264 seconds]
abeaulieu has quit [Ping timeout: 248 seconds]
abeaulieu has joined #ocaml
lggr has joined #ocaml
hongboz has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
hongboz has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
Tobu has quit [Ping timeout: 272 seconds]
eni has quit [Ping timeout: 244 seconds]
larhat has joined #ocaml
eni has joined #ocaml
<larhat> darkf: checkout http://ocsigen.org/lwt/
lggr has quit [Ping timeout: 260 seconds]
larhat has quit [Client Quit]
lggr has joined #ocaml
eni has quit [Ping timeout: 272 seconds]
lihaitao has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
Yoric has joined #ocaml
darkf has quit [Quit: Leaving]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
larhat has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
larhat has quit [Quit: Leaving.]
lggr has joined #ocaml
larhat has joined #ocaml
osa1 has quit [Ping timeout: 260 seconds]
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
Tobu has joined #ocaml
err404 has joined #ocaml
larhat has quit [Quit: Leaving.]
lggr has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 264 seconds]
lggr has joined #ocaml
Submarine has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
wmeyer` has joined #ocaml
<wmeyer`> howdy
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
sepp2k has joined #ocaml
lggr has joined #ocaml
Ptival has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
fraggle_ has quit [Ping timeout: 244 seconds]
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
wmeyer` has quit [Ping timeout: 244 seconds]
Drakken has quit [Ping timeout: 260 seconds]
lggr has quit [Ping timeout: 240 seconds]
hto_ has quit [Read error: Connection reset by peer]
lggr has joined #ocaml
Yoric has quit [Quit: Instantbird 1.3a1pre -- http://www.instantbird.com]
Yoric has joined #ocaml
Drakken has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
lihaitao has quit [Quit: Ex-Chat]
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
hongboz has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
fraggle_ has joined #ocaml
mattrepl has joined #ocaml
ulfdoz has quit [Ping timeout: 244 seconds]
ulfdoz has joined #ocaml
err404 has quit [Remote host closed the connection]
lggr has joined #ocaml
lggr has quit [Ping timeout: 264 seconds]
cacho has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
cacho has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
hto has joined #ocaml
osa1 has joined #ocaml
lggr has joined #ocaml
Oejet has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 272 seconds]
eikke has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 268 seconds]
ftrvxmtrx has quit [Remote host closed the connection]
lggr has joined #ocaml
gnuvince has quit [Ping timeout: 252 seconds]
ftrvxmtrx has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
pango has quit [Ping timeout: 260 seconds]
hongboz has quit [Ping timeout: 244 seconds]
Snark has quit [Read error: Connection reset by peer]
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
pango has joined #ocaml
ulfdoz has quit [Ping timeout: 245 seconds]
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
ulfdoz has joined #ocaml
eikke has quit [Ping timeout: 240 seconds]
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
sepp2k1 has joined #ocaml
sepp2k has quit [Ping timeout: 272 seconds]
hto has quit [Quit: Lost terminal]
larhat has joined #ocaml
hto has joined #ocaml
eni has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
eni has quit [Client Quit]
eni has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
eikke has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
hongboz has joined #ocaml
lggr has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
emmanuelux has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
err404 has joined #ocaml
lggr has joined #ocaml
chispita has joined #ocaml
lggr has quit [Ping timeout: 244 seconds]
<chispita> Ptival: hi, are you around? i solved that one! i'd like to let you know how!
eni has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
eni has joined #ocaml
<ski> chispita : ooc, solved what ?
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
Cyanure has quit [Remote host closed the connection]
lggr has joined #ocaml
chispita has left #ocaml []
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
Ptival has quit [Read error: Connection reset by peer]
lggr has joined #ocaml
ImAlsoGreg has quit [Ping timeout: 260 seconds]
Ptival has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
ImAlsoGreg has joined #ocaml
Anarchos has joined #ocaml
lggr has quit [Ping timeout: 260 seconds]
<Anarchos> hi everybody
fraggle_ has quit [Ping timeout: 272 seconds]
Yoric has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
err404 has quit [Remote host closed the connection]
lggr has quit [Ping timeout: 264 seconds]
lggr has joined #ocaml
fraggle_ has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
eni has quit [Ping timeout: 272 seconds]
larhat has quit [Ping timeout: 244 seconds]
larhat1 has joined #ocaml
lggr has joined #ocaml
ontologiae has joined #ocaml
Submarine has quit [Ping timeout: 276 seconds]
Yoric has joined #ocaml
osa1 has quit [Quit: Konversation terminated!]
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
ontologiae has quit [Ping timeout: 240 seconds]
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
bddn has joined #ocaml
eni has joined #ocaml
lggr has joined #ocaml
Oejet has quit [Ping timeout: 245 seconds]
chispita has joined #ocaml
lggr has quit [Ping timeout: 264 seconds]
lggr has joined #ocaml
Yoric has quit [Ping timeout: 246 seconds]
Xizor has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
larhat1 has quit [Ping timeout: 244 seconds]
larhat has joined #ocaml
lggr has joined #ocaml
Yoric has joined #ocaml
lggr has quit [Ping timeout: 246 seconds]
lggr has joined #ocaml
err404 has joined #ocaml
Xizor has quit []
Yoric has quit [Ping timeout: 246 seconds]
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
thelema_ has joined #ocaml
thelema has quit [Remote host closed the connection]
larhat has quit [Ping timeout: 272 seconds]
lggr has quit [Ping timeout: 244 seconds]
cacho has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
larhat has joined #ocaml
cdidd has quit [Read error: Operation timed out]
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
cacho has joined #ocaml
Cyanure has joined #ocaml
eni has quit [Quit: Leaving]
lggr has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
ontologiae has joined #ocaml
lggr has quit [Ping timeout: 248 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
gnuvince has joined #ocaml
larhat has quit [Ping timeout: 244 seconds]
pango has quit [Remote host closed the connection]
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
pango has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
pango has quit [Remote host closed the connection]
lggr has joined #ocaml
pango has joined #ocaml
lggr has quit [Ping timeout: 255 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
gnuvince has quit [Ping timeout: 246 seconds]
ontologiae has quit [Ping timeout: 272 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 252 seconds]
lggr has joined #ocaml
hongboz has quit [Ping timeout: 244 seconds]
gnuvince has joined #ocaml
emmanuelux has joined #ocaml
lggr has quit [Ping timeout: 240 seconds]
lggr has joined #ocaml
lggr has quit [Ping timeout: 245 seconds]
lggr has joined #ocaml
Ptival has quit [Quit: Lost terminal]
Anarchos has quit [Quit: Vision[0.9.7-H-090423]: i've been blurred!]
lggr has quit [Ping timeout: 240 seconds]
err404 has quit [Remote host closed the connection]