matkor has quit [Remote closed the connection]
lament has joined #ocaml
asqui has quit ["Now I am gone..."]
lament has quit ["mental mantle"]
matkor has joined #ocaml
lament has joined #ocaml
gehel has joined #ocaml
<
matkor>
Are there any other comment brackets other than (* *) ? TIA
<
matkor>
2. Why ocaml executables are so big ?
<
gehel>
matkor, with camp4, you can define comments you want
<
matkor>
gehel: I'm trying to learn ocaml as far .. and term 'camp4' doesn't sound familiar to me ..
<
gehel>
it's a tool that allow you to define your own syntax
<
matkor>
I think, I had better to stick with ocaml default syntax ... at least in begining ..
<
gehel>
so.. (* and *) are the only comment separators
<
matkor>
Thanks, gehel :)
<
gehel>
you're welcome
gehel has quit [Read error: 110 (Connection timed out)]
gehel has joined #ocaml
asqui has joined #ocaml
j_bravo has joined #ocaml
j_bravo has left #ocaml []
<
matkor>
Is it possible to generate mli from ml file ?
<
gehel>
ocamlc -i foo.ml > foo.mli
<
matkor>
Oh, thanks again gehel :)
zack has joined #ocaml
zack is now known as zack|wrk
<
lam>
i have a problem with a function i write
<
lam>
i have this :
<
lam>
let chaine = "aaaaabbbb bcccc";;
<
lam>
replace_char chaine 'a' 'r' ;;
<
lam>
- : string = "rrrrrbbbb bcccc"
<
lam>
but how can i do to replace space with nothing :
<
lam>
replace_char chaine 'a' '' ;;
<
lam>
Characters 24-25:
<
lam>
replace_char chaine ' ' '' ;;
<
lam>
is there anybody here ? :)
<
matkor>
be patient, lam :)
lament has quit ["but now I must depart."]
<
sam_>
"nothing" is not a character
<
lam>
so i can't use this function
<
lam>
to delete space in fact
<
lam>
it is only for replace
lament has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
asqui has quit [Read error: 110 (Connection timed out)]
asqui has joined #ocaml
zack|wrk has quit ["Client Exiting"]
lament has quit ["mental mantle"]
polin8 has quit ["Lost terminal"]
polin8 has joined #ocaml
matkor has quit [Read error: 60 (Operation timed out)]
docelic has joined #ocaml
gehel has quit [Read error: 60 (Operation timed out)]
TimFreeman has joined #ocaml
TimFreeman has left #ocaml []