dark_light changed the topic of #ocaml to: OCaml 3.09.2 available! Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | 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/
joshcryer has quit [Client Quit]
pango_ has joined #ocaml
pango has quit [Remote closed the connection]
jacobian_ has quit [Connection timed out]
jacobian_ has joined #ocaml
<seafood> I've got a question. Where would be a good place to learn about the OCaml module language? I'm looking for a little more than is provided by the OCaml documentation.
jacobian_ has quit [Success]
jacobian_ has joined #ocaml
<beschmi> seafood: are you looking for some really complicated examples?
<beschmi> or a more detailed explanation
ikaros_ has quit [Read error: 110 (Connection timed out)]
bzzbzz has joined #ocaml
<seafood> beschmi: More detailed explanation.
<seafood> I have another question now and it's about the ocaml interactive environment.
<seafood> I find it quite annoying that when I #load something it doesn't automatically #load the dependencies.
setog3 has quit [Remote closed the connection]
setog3 has joined #ocaml
<seafood> I also didn't find ocamlmktop to be that useful.
<seafood> It seemed like I had to put the .cmo files on the command line in dependency order. Argh.
<beschmi> seafood: there is a chapter about the module language in the o'reilly book
<seafood> beschmi: Thanks!
<beschmi> i use a local .ocamlinit for my projects most of the time
<beschmi> and compile a library of the whole project for loading into the toplevel (make bcl with OCamlMakefile)
<seafood> Do you need to put the dependency order in there yourself?
<seafood> Do you recommend OcamlMakefile?
<beschmi> it uses ocamldep to calculate the deps (in my sources), i have to list all needed packages
<beschmi> seafood: ocamlmakefile works for me, it can be a little hard to debug from time to time
<seafood> How is it that ocamlc can work out the dependencies but ocaml can't?
<seafood> (Or won't.)
<beschmi> ocamlc can't either. it's just a batch compiler (like ghc without --make). There is a separate ocamldep tool
<seafood> beschmi: Hmmm. Well that's good to know I guess.
<eradman> I'm browsing through http://www.ps.uni-sb.de/~rossberg/SMLvsOcaml.html and noticed that standard ML and OCaml have significant differences in syntax
<eradman> One of which is that lists are [ ; ; ] instead of [ , , ]
<eradman> Is there a reason for the change?
<Smerdyakov> It's not right to call it a change. Neither of SML or OCaml is descended from the other.
<eradman> So this would be like comparing lisp and scheme? (e.g. dialect of != descendant)
<Smerdyakov> Sure
khaladan_ has joined #ocaml
ikaros has joined #ocaml
khaladan has quit [Connection timed out]
khaladan_ is now known as khaladan
triple_ has joined #ocaml
bzzbzz has quit [Read error: 110 (Connection timed out)]
beschmi has quit [Read error: 113 (No route to host)]
Smerdyakov has quit ["Leaving"]
johnnowak has joined #ocaml
_velco has joined #ocaml
ramkrsna has quit [Remote closed the connection]
ramkrsna has joined #ocaml
johnnowak has quit []
johnnowak has joined #ocaml
sponge45 has quit ["zzzzzzzzzz"]
velco has joined #ocaml
johnnowak has quit []
setog3 has quit [Read error: 54 (Connection reset by peer)]
setog3 has joined #ocaml
love-pingoo has joined #ocaml
ikaros has quit [Read error: 110 (Connection timed out)]
ikaros has joined #ocaml
pango_ has quit ["Client exiting"]
johnnowak has joined #ocaml
pango has joined #ocaml
johnnowak has quit []
slipstream has joined #ocaml
slipstream-- has quit [Read error: 110 (Connection timed out)]
datrus has joined #ocaml
<datrus> hello
ikaros_ has joined #ocaml
<datrus> does anyone know the function that extracts the first element of a tuple?
<flux__> there isn't one for generic case
<flux__> but there is fst
<flux__> otherwise you'll need pattern matching, ie. let (x, _, _, _) = tuple in x
<flux__> or some language extension that provided something like tuple(3|1) or something :-)
beschmi has joined #ocaml
<datrus> ok, thanks i can use fst
khaladan_ has joined #ocaml
khaladan has quit [Read error: 110 (Connection timed out)]
dark_light has joined #ocaml
khaladan_ has quit [Read error: 110 (Connection timed out)]
ikaros_ has quit [Read error: 113 (No route to host)]
ikaros_ has joined #ocaml
pango has quit [Remote closed the connection]
pango has joined #ocaml
khaladan has joined #ocaml
khaladan_ has joined #ocaml
khaladan has quit [Read error: 110 (Connection timed out)]
khaladan_ is now known as khaladan
ikaros_ has quit [Read error: 113 (No route to host)]
Smerdyakov has joined #ocaml
Leonidas has joined #ocaml
Demitar has quit ["Ex-Chat"]
smimou has joined #ocaml
gim_ has joined #ocaml
gim__ has joined #ocaml
arghgim has joined #ocaml
arghgim has left #ocaml []
gim_ has quit [Read error: 104 (Connection reset by peer)]
velco has quit ["Ex-Chat"]
gim__ has quit [Read error: 110 (Connection timed out)]
Leonidas has quit [Remote closed the connection]
|narofi| has joined #ocaml
love-pingoo has quit ["Leaving"]
_velco has quit ["I'm outta here ..."]
bluestorm has joined #ocaml
pango has quit [Remote closed the connection]
jacobian_ has quit [Connection timed out]
jacobian_ has joined #ocaml
pango has joined #ocaml
bzzbzz has joined #ocaml
|narofi| has quit [Remote closed the connection]
setog3 has left #ocaml []
Leonidas has joined #ocaml
rillig has joined #ocaml
Leonidas has quit ["An ideal world is left as an exercise to the reader"]
mnemonic has joined #ocaml
<mnemonic> hi
sponge45 has joined #ocaml
klapmuetz has joined #ocaml
Revision17 has quit ["Ex-Chat"]
buluca has joined #ocaml
menace has joined #ocaml
bluestorm has quit ["Konversation terminated!"]
mnemonic has quit ["leaving"]
sponge45 has quit ["zzzzzzzzzz"]
menace has quit [Read error: 104 (Connection reset by peer)]
pango is now known as pangon8
malc_ has joined #ocaml
mnemonic has joined #ocaml
rillig has quit ["exit(EXIT_SUCCESS)"]