sponge45 changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/
david_koontz has joined #ocaml
eradman_ has quit ["leaving"]
smimou has quit ["bli"]
johnnowak has joined #ocaml
velco has quit ["I'm outta here ..."]
Smerdyakov has quit ["Leaving"]
metaperl has joined #ocaml
HairyDude has joined #ocaml
HairyDude has left #ocaml []
david_koontz has quit ["This computer has gone to sleep"]
david_koontz has joined #ocaml
m3ga has joined #ocaml
m3ga has quit [Read error: 104 (Connection reset by peer)]
david_koontz has quit ["Leaving"]
kinetik has quit ["leaving"]
love-pingoo has joined #ocaml
_velco has joined #ocaml
_velco is now known as velco
johnnowak has quit []
metaperl has quit [zelazny.freenode.net irc.freenode.net]
slipstream has quit [zelazny.freenode.net irc.freenode.net]
danly has quit [zelazny.freenode.net irc.freenode.net]
jlouis has quit [zelazny.freenode.net irc.freenode.net]
batdog|gone has quit [zelazny.freenode.net irc.freenode.net]
gim has quit [zelazny.freenode.net irc.freenode.net]
tsuyoshi has quit [zelazny.freenode.net irc.freenode.net]
batdog|gone has joined #ocaml
metaperl has joined #ocaml
slipstream has joined #ocaml
danly has joined #ocaml
jlouis has joined #ocaml
gim has joined #ocaml
tsuyoshi has joined #ocaml
metaperl has quit [Excess Flood]
lmbdwr is now known as mayhem
Quiznos has joined #ocaml
<Quiznos> morning folks
<Quiznos> can i get a url to a introductory howto for caml/ocaml?
<pango_> you can try http://www.ocaml-tutorial.org/ for a quick introduction, and http://caml.inria.fr/pub/docs/oreilly-book/ for a more indepth view
metaperl has joined #ocaml
<Quiznos> excellent
<Quiznos> pango_ tyvm
<pango_> latter is getting slightly old now, so for recent features you'll have to look in the user manual, for example
<Quiznos> be well
<Quiznos> ok
Quiznos has left #ocaml []
<pango_> np
gunark has quit [Remote closed the connection]
gunark has joined #ocaml
mayhem is now known as lmbdwr
pango has joined #ocaml
pango_ has quit [Remote closed the connection]
gunark has quit [Read error: 113 (No route to host)]
rickardg has joined #ocaml
m3ga has joined #ocaml
m3ga has quit [Client Quit]
smimou has joined #ocaml
jlouis has quit [Remote closed the connection]
bluestorm has joined #ocaml
descender has quit ["Why has elegance found so little following? Elegance has the disadvantage that hard work is needed to achieve it and a good e]
Smerdyakov has joined #ocaml
swater has joined #ocaml
Submarine has joined #ocaml
ikaros has joined #ocaml
descender has joined #ocaml
asmanian has joined #ocaml
slipstream-- has joined #ocaml
slipstream has quit [Read error: 110 (Connection timed out)]
johnnowak has joined #ocaml
johnnowak has quit []
pango has quit [Remote closed the connection]
pango has joined #ocaml
pango_ has joined #ocaml
love-pingoo has quit ["Connection reset by pear"]
pango has quit [Remote closed the connection]
slowriot has joined #ocaml
<tsuyoshi> will the garbage collector close unused channels?
xian has left #ocaml []
<Smerdyakov> It will for CML (SML). I don't know about OCaml.
swater has quit [Remote closed the connection]
swater has joined #ocaml
<tsuyoshi> I guess I should just go look in the source
<tsuyoshi> nope, it doesn't close them
<Smerdyakov> Not surprising. That's one of the things I love about CML. (Though "channels" has a different meaning there)
pants1 has joined #ocaml
Smerdyakov has quit ["Leaving"]
Submarine has quit ["Leaving"]
Submarine has joined #ocaml
johnnowak has joined #ocaml
<pango_> tsuyoshi: should be doable with finalization
<slowriot> if you use the "function" keyword, what is the argument called?
<pango_> it has no name
<slowriot> thanks
<slowriot> if I wanted to return the argument, would I just have to match the entire thing?
<pango_> function already does the pattern matching
<slowriot> let id = function (a,b)->(a,b)
<pango_> let f = function ... <=> let f x = match x with ...
<slowriot> could I replace the second (a,b) with some special keyword?
<pango_> let id = function ((a, b) as pair) -> pair ?
<slowriot> hmm, okay
<slowriot> yeah, that makes my code a lot more readable.
asmanian__ has joined #ocaml
asmanian has quit [Read error: 110 (Connection timed out)]
asmanian__ has quit [Read error: 113 (No route to host)]
swater has quit ["Quat"]
ulfdoz has quit [Operation timed out]
ulfdoz has joined #ocaml
rickardg has quit [Remote closed the connection]