dan2 changed the topic of #ocaml to: OCaml 3.08.2 available! | Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
kinners has joined #ocaml
jtiner has left #ocaml []
vezenchio has quit ["haibane · renmei"]
_fab has quit [Read error: 113 (No route to host)]
kinners has quit ["leaving"]
KrispyKr1ngle has joined #ocaml
KrispyKringle has quit [Nick collision from services.]
KrispyKr1ngle is now known as krispykringle
monochrom has joined #ocaml
gim has quit ["bop"]
mfurr has joined #ocaml
CosmicRay has quit [Remote closed the connection]
krispykringle is now known as KrispyKringle
labdhbgfdd has joined #ocaml
labdhbgfdd has left #ocaml []
mfurr has quit ["Leaving"]
mlh has joined #ocaml
RumBa087 has joined #ocaml
xqw has quit [Read error: 110 (Connection timed out)]
monochrom has quit ["Few people understand "understanding"."]
xqw has joined #ocaml
RumBa087 has quit [Remote closed the connection]
KrispyKringle has quit ["Get MacIrssi - http://www.g1m0.se/macirssi/"]
mrsolo_ has quit [Read error: 110 (Connection timed out)]
pango has quit ["Client exiting"]
pango has joined #ocaml
RumBalls has joined #ocaml
RumBalls has quit [Remote closed the connection]
mellum_ has joined #ocaml
_fab has joined #ocaml
mellum has quit [Read error: 110 (Connection timed out)]
Banana has quit [Remote closed the connection]
RumBa996 has joined #ocaml
Banana has joined #ocaml
RumBa996 has quit [Remote closed the connection]
vezenchio has joined #ocaml
RumBalls has joined #ocaml
RumBalls has quit [Remote closed the connection]
smimou has joined #ocaml
pango is now known as pangoafk
smimou has quit [Client Quit]
mlh has quit ["Chatzilla 0.9.66e [Firefox 1.0/20041107]"]
RumBalls has joined #ocaml
RumBalls has quit [Remote closed the connection]
jjones has joined #ocaml
gim has joined #ocaml
smimou has joined #ocaml
Smerdyakov has quit ["airplane"]
drewr has joined #ocaml
gim has quit ["a bientot"]
avlondono has joined #ocaml
_fab has quit [Read error: 113 (No route to host)]
det has quit [tolkien.freenode.net irc.freenode.net]
Banana has quit [tolkien.freenode.net irc.freenode.net]
CLxyz has quit [tolkien.freenode.net irc.freenode.net]
dan2 has quit [tolkien.freenode.net irc.freenode.net]
durnew has quit [tolkien.freenode.net irc.freenode.net]
senko has quit [tolkien.freenode.net irc.freenode.net]
Hadaka has quit [tolkien.freenode.net irc.freenode.net]
avn has quit [tolkien.freenode.net irc.freenode.net]
oracle1 has quit [tolkien.freenode.net irc.freenode.net]
Excedrin has quit [tolkien.freenode.net irc.freenode.net]
zxy has quit [tolkien.freenode.net irc.freenode.net]
judge has quit [tolkien.freenode.net irc.freenode.net]
avn has joined #ocaml
Banana has joined #ocaml
drewr has quit ["get off the computer!"]
Naked has joined #ocaml
Naked is now known as Hadaka
zxy has joined #ocaml
oracle1 has joined #ocaml
Excedrin has joined #ocaml
Excedrin has quit [Killed by sagan.freenode.net (Nick collision)]
Excedrin_ has joined #ocaml
CLxyz has joined #ocaml
dan2 has joined #ocaml
durnew has joined #ocaml
senko has joined #ocaml
Excedrin has joined #ocaml
judge has joined #ocaml
durnew has quit [Operation timed out]
dan2 has quit [Operation timed out]
Excedrin has quit [Connection reset by peer]
CLxyz has quit [Operation timed out]
det has joined #ocaml
senko has quit [Read error: 60 (Operation timed out)]
senko_ has joined #ocaml
dan2 has joined #ocaml
CLxyz has joined #ocaml
det has quit [Operation timed out]
Excedrin_ is now known as Excedrin
durnew has joined #ocaml
_fab has joined #ocaml
<oracle1> what is a good way to paste ocaml source code in latex documents?
<oracle1> I used \lstdefinelanguage to define some keywords...but that's annoying
<pangoafk> ocamldoc ?
<judge> is Buffer only for strings?
<pangoafk> (** Extensible string buffers. (buffer.mli)
<judge> is there a module like it but for binary data?
<pangoafk> what's wrong with putting binary data in them ?
pangoafk is now known as pango
<judge> i dunno if it's safe that's all
<pango> it is
jjones has left #ocaml []
async has joined #ocaml
<pango> the only problem may be maximum size, I think it's the same as strings (16M chars on 32bits archs)
mrvn has joined #ocaml
mrvn_ has quit [Read error: 110 (Connection timed out)]
<judge> so strings are the proper container for binary data in ocaml?
<judge> that just seems a bit weird
<pango> ?
<judge> i'm trying to pass some binary data from c to ocaml
<judge> in C it's unsigned char*
<judge> and so far ocaml string seems to be the optimal way
<lodewijk> it is
<pango> unsigned char* is neither the equivalent of ocaml strings, nor adequate for binary data
<pango> (at least, not alone)
<pango> you have to keep a length somewhere
<judge> well yah
<judge> that's common sense tho :)
<pango> I thought string being ok for storing binary data was common sense ;)
<pango> but that's because I used Pascal before C
<judge> oh :)
<judge> that makes sense
Banana has quit ["leaving"]
Banana has joined #ocaml
pango has quit ["brb"]
<pflanze> Why doesn't ocamlopt understand me giving it graphics.cma on the commandline for linking the Graphics module?
<pflanze> (ocamlc does)
<mflux> .cmxa
<pflanze> thanks
fab__ has joined #ocaml
jyrix has joined #ocaml
jyrix has quit [Client Quit]
_fab has quit [Read error: 110 (Connection timed out)]
pango has joined #ocaml
<judge> how does one convert a char to a string?
<judge> other than using printf
<Riastradh> String.make
mrsolo_ has joined #ocaml
Herrchen has joined #ocaml
pango has quit [Remote closed the connection]
pango has joined #ocaml
pango has quit [Remote closed the connection]
mfurr has joined #ocaml
senko_ has quit ["Leaving"]
pango has joined #ocaml
mellum_ is now known as mellum
dan2 is now known as beta3
beta3 is now known as dan2_
dan2_ is now known as dan2
async has quit [Read error: 54 (Connection reset by peer)]
Herrchen has quit ["bye"]
gim has joined #ocaml
smimou has quit ["?"]
lodewijk has quit [Read error: 110 (Connection timed out)]
KrispyKringle has joined #ocaml
drewr has joined #ocaml
lodewijk has joined #ocaml
CosmicRay has joined #ocaml