Yurik 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
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
<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> yes
<gehel> ocamlc -i foo.ml > foo.mli
<matkor> Oh, thanks again gehel :)
zack has joined #ocaml
zack is now known as zack|wrk
<lam> hi
<lam> i have a problem with a function i write
<lam> i have this :
<lam> let chaine = "aaaaabbbb bcccc";;
<lam> and :
<lam> replace_char chaine 'a' 'r' ;;
<lam> - : string = "rrrrrbbbb bcccc"
<lam> it's ok
<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> ^
<lam> Syntax error
<lam> is there anybody here ? :)
<matkor> be patient, lam :)
lament has quit ["but now I must depart."]
<sam_> "nothing" is not a character
<lam> ok
<lam> so i can't use this function
<lam> to delete space in fact
<lam> it is only for replace
<sam_> yep
<lam> ok
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 []