systems changed the topic of #ocaml to: OCaml 3.07 ! -- Archive of Caml Weekly News: http://pauillac.inria.fr/~aschmitt/cwn , A tutorial: http://merjis.com/richj/computers/ocaml/tutorial/ , A free book: http://cristal.inria.fr/~remy/cours/appsem, Mailing List (best ml ever for any computer language): http://caml.inria.fr/bin/wilma/caml-list
bk_ has quit ["I'll be back"]
Arrow has joined #ocaml
<Arrow> Hi all
<Lemmih> yo
<Arrow> Lemmih Hello
<Lemmih> So it's not possible to parse information from or to a module loaded at runtime?
* Arrow souldn't help you with that...:/
<Arrow> couldn't
gim_ has quit ["'ne nuit"]
<Arrow> later all
<Lemmih> bye Arrow
<Arrow> later L :)
Arrow has quit ["Leaving"]
Jaundice has quit [Client Quit]
Jaundice has joined #ocaml
pattern has quit [Read error: 60 (Operation timed out)]
phj has joined #ocaml
pattern has joined #ocaml
cjohnson has joined #ocaml
Nutssh has quit ["Client exiting"]
yangsx_ has joined #ocaml
yangsx_ has quit [Read error: 104 (Connection reset by peer)]
Jaundice has quit [Client Quit]
av_ has joined #ocaml
<av_> Hello everyone. I couldn't get to compile Ocaml 3.07p2 under Windows using the MinGW. This is newly supported in the distribution and I am wondering if I was hitting a bug. I didn't have time to solve it in the last couple of weeks but I think I will spend some time on it again this weekend.... anybody have had a succesfull story in this?
<av_> or anyone had to solve something. it's the last linking step in ocamlc. It adds some characters at the beginning of the gcc command line and well... gcc fails ... it happened with my own application and also when trying to compile ocaml, so I guess it's ocamlc the one with the problem.
<av_> in three different OS's: w2k, win98 and XP and different approaches. some where clean, others kind of durty...
SpookRijder has joined #ocaml
themus has joined #ocaml
av_ has left #ocaml []
blueshoe has quit ["_"]
mattam_ has joined #ocaml
mattam has quit [Read error: 60 (Operation timed out)]
Nutssh has joined #ocaml
phj_ has joined #ocaml
The-Fixer has joined #ocaml
The-Fixer has left #ocaml []
Nutssh has quit ["Client exiting"]
phj has quit [Read error: 60 (Operation timed out)]
phj_ has quit [Read error: 104 (Connection reset by peer)]
phj_ has joined #ocaml
phj__ has joined #ocaml
phj_ has quit [Read error: 60 (Operation timed out)]
The-Fixer has joined #ocaml
phj__ has quit [Read error: 54 (Connection reset by peer)]
phj__ has joined #ocaml
phj__ has quit [Read error: 104 (Connection reset by peer)]
phj__ has joined #ocaml
phj__ has quit [Read error: 104 (Connection reset by peer)]
phj__ has joined #ocaml
mkennedy has joined #ocaml
phj___ has joined #ocaml
Defcon7 is now known as Defprisons
Jaundice has joined #ocaml
Godeke has quit [Read error: 110 (Connection timed out)]
phj__ has quit [Connection timed out]
Godeke has joined #ocaml
Jaundice has quit [Client Quit]
phj___ has quit [Read error: 104 (Connection reset by peer)]
phj___ has joined #ocaml
wazze has joined #ocaml
__DL__ has joined #ocaml
phj___ has quit [Read error: 54 (Connection reset by peer)]
phj___ has joined #ocaml
Defprisons is now known as Defcon7
Jaundice has joined #ocaml
phj___ has quit [Read error: 104 (Connection reset by peer)]
__DL__ has quit ["Bye Bye"]
whee has quit ["Leaving"]
The-Fixer has quit ["Goodbye"]
LordJ|m has quit [Read error: 54 (Connection reset by peer)]
Jaundice has quit [Client Quit]
Cl33 has joined #ocaml
The-Fixer has joined #ocaml
N407ER has quit [Read error: 60 (Operation timed out)]
N407ER has joined #ocaml
Lemmi1 has joined #ocaml
Lemmih has quit [Read error: 110 (Connection timed out)]
gim has joined #ocaml
Cl33 has quit [Client Quit]
LordJ|m has joined #ocaml
mattam_ is now known as mattam
Nutssh has joined #ocaml
maihem has joined #ocaml
det has quit [Read error: 104 (Connection reset by peer)]
det_ has joined #ocaml
bk_ has joined #ocaml
det_ has quit [Read error: 104 (Connection reset by peer)]
SpookRijder has quit ["Client Exiting"]
Godeke_ has joined #ocaml
The-Fixer has quit ["Goodbye"]
Godeke has quit [Client Quit]
kwmarc has joined #ocaml
yeoh has joined #ocaml
yeoh has left #ocaml []
shrimpx has quit [Remote closed the connection]
__mattam__ has joined #ocaml
mattam has quit [Read error: 60 (Operation timed out)]
bk_ has quit ["I'll be back"]
bk_ has joined #ocaml
__mattam__ is now known as mattam
two-face has joined #ocaml
two-face has quit [Read error: 110 (Connection timed out)]
Defcon7 has quit [Read error: 104 (Connection reset by peer)]
Lemmi1 is now known as Lemmih
Defcon7 has joined #ocaml
<Lemmih> type value = Num of float | Func of call
<Lemmih> type call = { mutable name : string; mutable val : value }
<mattam> val is a reserved keyword
<Lemmih> s/mutable val/mutable myval/
<mattam> i'm sorry, i didn't see the error/question :)
<Lemmih> Got a solution?
<mattam> for what ?
YveDeLarc has joined #ocaml
<Lemmih> the above code doesn't work.
<mattam> s/type call/and call/
<Lemmih> oh
<Lemmih> thx (-:
<mattam> he
two-face has joined #ocaml
two-face has quit [Read error: 60 (Operation timed out)]
<Lemmih> Is there something like Haskell's 'show' in OCaml?
<YveDeLarc> you can install your own printers in the toploop as far as i remember
<Smerdyakov> OCaml is impoverished in that respect. show is straightforward with type classes. It would require Yet Another Hack built into the compiler to work with OCaml.
<Riastradh> It _ought_ to support type classes.
<Riastradh> And it ought to hand out free ponies, too.
two-face has joined #ocaml
Nutssh has quit ["Client exiting"]
<two-face> Smerdyakov: Karamassoff?
<Smerdyakov> two-face, yessir
<two-face> good read
* Smerdyakov nods. :)
<two-face> s/good/well/
<Smerdyakov> I think "good" was correct, if you meant "read" as a noun.
<two-face> strange you refer to such character
<two-face> the author is fantastic anyway
<two-face> BBL
Lemmih has quit [Read error: 110 (Connection timed out)]
Lemmih has joined #ocaml
two-face has quit [Read error: 60 (Operation timed out)]
kwmarc is now known as marcpula
two-face has joined #ocaml
The-Fixer has joined #ocaml
Nutssh has joined #ocaml
two-face has quit [Read error: 110 (Connection timed out)]
Tachyon76 has joined #ocaml
Tachyon76 has quit ["Leaving"]
Nutssh has left #ocaml []
Godeke_ has quit [Client Quit]
Jaundice has joined #ocaml
Godeke_ has joined #ocaml
Jaundice has quit [Client Quit]
Jaundice has joined #ocaml
Jaundice has quit [Client Quit]
Jaundice has joined #ocaml
bk_ is now known as Waco_Jessus
Waco_Jessus is now known as Waco_Jesus
gf2rewf has joined #ocaml
gf2rewf has left #ocaml []
wazze has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
Nutssh has joined #ocaml
Jaundice has quit [Client Quit]
gim has quit ["++"]