__DL__ changed the topic of #ocaml to: OCaml 3.09.0 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/
exa has joined #ocaml
smimou has quit ["bli"]
exa has quit [Remote closed the connection]
exa has joined #ocaml
magnus-- has joined #ocaml
m3ga has joined #ocaml
ski has quit [Read error: 110 (Connection timed out)]
bzzbzz has quit ["leaving"]
magnus-- has quit [Read error: 110 (Connection timed out)]
bzzbzz has joined #ocaml
ski has joined #ocaml
_exa has joined #ocaml
rq has joined #ocaml
gim has quit ["bye"]
exa has quit [Connection timed out]
_exa has quit [Read error: 104 (Connection reset by peer)]
pango_ has joined #ocaml
pango has quit [Read error: 145 (Connection timed out)]
rq has quit ["Leaving"]
ccshan has quit ["Download Gaim: http://gaim.sourceforge.net/"]
magnus-- has joined #ocaml
m3ga has quit [Read error: 104 (Connection reset by peer)]
ellisonch has joined #ocaml
m3ga has joined #ocaml
m3ga has quit [Read error: 104 (Connection reset by peer)]
shirogane has quit [Read error: 104 (Connection reset by peer)]
rq has joined #ocaml
Raziel has quit ["Yo soy goma. Tú eres cola."]
Snark has joined #ocaml
Schmurtz has quit ["Dodo !"]
magnus-- has quit [Read error: 110 (Connection timed out)]
Revision17 has joined #ocaml
revision17_ has quit [Read error: 110 (Connection timed out)]
Skal has joined #ocaml
smimou has joined #ocaml
SnarkBoojum has joined #ocaml
Snark has quit [Nick collision from services.]
SnarkBoojum is now known as Snark
Skal has quit ["Client exiting"]
Bigb[a]ng is now known as Bigbang
_JusSx_ has joined #ocaml
Schmurtz has joined #ocaml
Aradorn has joined #ocaml
__DL__ has joined #ocaml
Aradorn has quit ["( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )"]
ulfdoz has quit ["Lüfterschaden...."]
exa has joined #ocaml
magnus-- has joined #ocaml
Schmurtz has quit ["Dodo !"]
ulfdoz has joined #ocaml
magnus-- has quit [Read error: 110 (Connection timed out)]
_JusSx_ has quit [Client Quit]
_JusSx_ has joined #ocaml
Bigbang is now known as Bigb[a]ng
ski_ has joined #ocaml
ski has quit [Nick collision from services.]
ski_ is now known as ski
Bigb[a]ng is now known as Bigbang
benny has quit ["brb mouse is dead"]
kryptt has joined #ocaml
_fab has joined #ocaml
magnus-- has joined #ocaml
Snark has quit ["Leaving"]
Smerdy has joined #ocaml
Smerdyakov has quit [Nick collision from services.]
Smerdy is now known as Smerdyakov
ski_ has joined #ocaml
ski has quit [Nick collision from services.]
ski_ is now known as ski
joshcryer has quit [Connection timed out]
shirogane has joined #ocaml
shirogane has quit [Remote closed the connection]
Bigbang is now known as Bigb[a]ng
Bigb[a]ng is now known as Bigbang
kryptt has left #ocaml []
_fab has quit [Remote closed the connection]
shirogane has joined #ocaml
rq has quit ["Leaving"]
_JusSx_ has quit ["leaving"]
smimou has quit ["bli"]
menace has joined #ocaml
<menace> in which library, there's a function like ord and chr? convert numbers to characters and reverse?
<Smerdyakov> The Char module of the standard library
<menace> yeah, i already see this in the book
<menace> but i don't see, how i import "string.ml"
<Smerdyakov> What is "string.ml"?
<menace> in the interpreter
<menace> the module
<Smerdyakov> The standard library is always available.
<Smerdyakov> You don't need to "import" it.
<menace> ah, okay
bzzbzz has quit ["leaving"]
<menace> although, i think, this is a dumb question, too, but how can i convert a string into a list of chars? i thought, String.iter function string could be an issue, but i cannot give the function access to the list in a pure functional way