jcreigh has quit [Read error: 104 (Connection reset by peer)]
jcreigh has joined #ocaml
jcreigh has quit ["Do androids dream of electric sheep?"]
bohanlon has quit [Read error: 110 (Connection timed out)]
shekmalhen has joined #ocaml
love-pingoo has joined #ocaml
love-pingoo has quit ["lab"]
Snark has joined #ocaml
shekmalhen has quit [Read error: 110 (Connection timed out)]
shekmalhen has joined #ocaml
pango is now known as pangoafk
pangoafk is now known as pango
Schmurtz has quit ["L'énergie semble manquer : dodo !"]
shekmalhen has quit ["Le viking sommeil dans chacun de nous -- pireau"]
shawn has quit ["This computer has gone to sleep"]
oat|edu has joined #ocaml
<oat|edu>
does anybody have an example of a real parse_error function to use with ocamlyacc?
love-pingoo has joined #ocaml
pango has quit [Read error: 60 (Operation timed out)]
Revision17 has joined #ocaml
pango has joined #ocaml
revision17_ has quit [Read error: 110 (Connection timed out)]
hikozaemon has quit ["Leaving..."]
mikeX has joined #ocaml
Sir_Diddymus has joined #ocaml
Sir_Diddymus has left #ocaml []
khaladan has quit [kornbluth.freenode.net irc.freenode.net]
finelemon has quit [kornbluth.freenode.net irc.freenode.net]
dvekravy has quit [kornbluth.freenode.net irc.freenode.net]
TaXules has quit [kornbluth.freenode.net irc.freenode.net]
Lob-Sogular has quit [kornbluth.freenode.net irc.freenode.net]
dvorak has quit [kornbluth.freenode.net irc.freenode.net]
mellum has quit [kornbluth.freenode.net irc.freenode.net]
creichen has quit [kornbluth.freenode.net irc.freenode.net]
khaladan has joined #ocaml
finelemon has joined #ocaml
dvekravy has joined #ocaml
TaXules has joined #ocaml
dvorak has joined #ocaml
mellum has joined #ocaml
creichen has joined #ocaml
Lob-Sogular has joined #ocaml
smimou has joined #ocaml
oat|edu has left #ocaml []
khaladan has quit [Connection timed out]
love-pingoo has quit ["Leaving"]
<xian>
does ocaml have a function similar to ML's explode (which, given a string, returns a list of its characters) ?
<smimou>
no
<smimou>
it would not be efficient to handle strings as char lists
<Smerdyakov>
SML's String.explode converts from a vector to a list. Supporting it imposes no inefficiency on normal string usage.
<Smerdyakov>
However, in SML, I often find that wanting to use String.explode is a sign that the programmer isn't aware of the wonderful higher-order functions in CharVector, which apply to string (which is defined as equal to CharVector.vector).
<smimou>
well, if there's an explode in the stdlib, people are tempted to use it...
<Smerdyakov>
It's often useful to build a string by creating a list and imploding it. I use explode less often.
chessguy has joined #ocaml
Retrofreak has joined #ocaml
Retrofreak has quit ["Chatzilla 0.9.73 [Firefox 1.5.0.4/2006050817]"]
chessguy has quit [Connection timed out]
mikeX has quit ["leaving"]
pango is now known as pangoafk
pangoafk is now known as pango
khaladan has joined #ocaml
finelemo1 has joined #ocaml
robajs has joined #ocaml
dvorak has quit [Read error: 110 (Connection timed out)]
<robajs>
hi
<ketty>
hello
finelemon has quit [Read error: 113 (No route to host)]
finelemon has joined #ocaml
chessguy has joined #ocaml
finelemo1 has quit [Read error: 110 (Connection timed out)]
<robajs>
is there any success story of ocaml as middleware for trading, banking, exchanges, etc?