systems changed the topic of #ocaml to: http://icfpcontest.cse.ogi.edu/ -- OCaml wins | http://www.ocaml.org/ | http://caml.inria.fr/oreilly-book/ | http://icfp2002.cs.brown.edu/ | SWIG now supports OCaml| Early releases of OCamlBDB and OCamlGettext are available | Caml Weekly news http://pauillac.inria.fr/~aschmitt/cwn/
AmSolR has joined #ocaml
Verbed has joined #ocaml
mattam has quit ["zZz"]
lus|wazze has quit ["Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Univ]
asqui has quit [Read error: 60 (Operation timed out)]
mkfort has joined #ocaml
<mkfort> I have data in a binary file format, basically an array of C floats, whats the best way to read this into ocaml?
<Kinners> a bigarray
<mkfort> that seems to be what I need to get it into, but how do I get it from the file into the bigarray?
<mkfort> I couldn't figure it out from the api's
<Kinners> you can map it in (map_file?), there may be other ways I don't know of
rhil_ontheroad is now known as rhil
<Kinners> maybe the marshal module could be used
<mkfort> thanks will look into it
<mrvn_> marshaling is for wrieting and reading ocaml structures
mkfort has quit ["Download Gaim [http://gaim.sourceforge.net/]"]
<Kinners> what is odoc, is it different from ocamldoc?
mkfort has joined #ocaml
Kinners has left #ocaml []
Smerdyakov has quit ["sleep"]
mrvn_ is now known as mrvn
mattam has joined #ocaml
d-bugd has joined #ocaml
stef_ has joined #ocaml
stef__ has quit [Read error: 110 (Connection timed out)]
TachYon has joined #ocaml
d-bugd is now known as b-fast
Yurik_ has quit [Read error: 113 (No route to host)]
lament has quit ["heh, found a bug in his fork"]
b-fast has quit []
Verbed has quit []
rhil_ is now known as rhil_zzz
stef_ has quit [Read error: 60 (Operation timed out)]
asqui has joined #ocaml
stefp has joined #ocaml
phubuh has quit ["leaving"]
mrvn_ has joined #ocaml
stefp has left #ocaml []
__DL__ has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
lus|wazze has joined #ocaml
lus|wazze is now known as afkts
Smerdyakov has joined #ocaml
Zadeh has joined #ocaml
TachYon has quit [Remote closed the connection]
TachYon26 has joined #ocaml
TachYon26 has quit [calvino.freenode.net irc.freenode.net]
afkts is now known as lus|wazze
TachYon26 has joined #ocaml
TachYon26 has quit [calvino.freenode.net irc.freenode.net]
Smerdyakov has quit ["eat"]
Smerdyakov has joined #ocaml
AmSolR has quit [Read error: 110 (Connection timed out)]
lament has joined #ocaml
__DL__ has quit [Read error: 104 (Connection reset by peer)]
__DL__ has joined #ocaml
rhil_zzz is now known as rhil_
docelic has joined #ocaml
rhil has quit ["leaving"]
rhil_ is now known as rhil
docelic has quit [calvino.freenode.net irc.freenode.net]
__DL__ has quit [calvino.freenode.net irc.freenode.net]
lus|wazze has quit [calvino.freenode.net irc.freenode.net]
mkfort has quit [calvino.freenode.net irc.freenode.net]
docelic has joined #ocaml
__DL__ has joined #ocaml
lus|wazze has joined #ocaml
mkfort has joined #ocaml
pattern_ has quit ["..."]
jao has joined #ocaml
mrvn_ is now known as mrvn
smklsmkl has joined #ocaml
smkl has quit [Read error: 104 (Connection reset by peer)]
thedark has joined #ocaml
<thedark> i get a "foo.cmi" is not a compiled interface on one box, and the same files are working fine on another.. (files are the same, according to their CRC's) .. ideas?
Riastradh has quit [Remote closed the connection]
Riastradh has joined #ocaml
Smerdyakov has quit ["eat"]
lus|wazze has quit ["Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Univ]
lus|wazze has joined #ocaml
<async> what's the best data-structure to hold a directory structure
<async> with multiple items and sub-folders
<lus|wazze> a tree? type tdirstruct = File of string | Directory of tdirstruct list ;; or something like that
<async> sounds good
mattam_ has joined #ocaml
<async> (this might be a dumb question) but if you want to include a .ml file
<async> do you just do "Open filename"?
<Riastradh> 'Include' in what sense?
<async> be able to use the definitions from the .ml file
<async> all the types, classes, etc..
<Riastradh> Without a qualified name, and not reëxported from the current module?
<async> yeah
thedark has left #ocaml []
<Riastradh> Then 'open Module' where 'module.cmo' (note the lowercase 'm') is available.
mattam has quit [Read error: 60 (Operation timed out)]
TachYon has joined #ocaml
TachYon has quit ["Client Exiting"]
Smerdyakov has joined #ocaml
mattam_ has quit ["'night"]
__DL__ has quit [Read error: 104 (Connection reset by peer)]
systems has joined #ocaml