smimou has quit [Read error: 110 (Connection timed out)]
gim has quit []
nlv11757__ has quit [Remote closed the connection]
mrchebas has quit ["Leaving"]
<mflux>
ooh
pango has joined #ocaml
<humasect_>
tewk: when have you last looked at Cameleon?
humasect_ is now known as humasect
tintin has joined #ocaml
<tewk>
humasect: 3 months ago 4 maybe?
pango has quit ["Leaving"]
vincenz has joined #ocaml
<humasect>
ah ok
<humasect>
it has the ocaml gtk builder integrated now as well
<humasect>
glade should be fine, but it does extra ocaml-specific stuff i believe. something more than code generation, i think
znutar has joined #ocaml
znutar has quit [K-lined]
Submarine has quit ["Leaving"]
znutar has joined #ocaml
_JusSx_ has quit [Read error: 110 (Connection timed out)]
<mlh_>
i thought it hadn't been touched since 2003
pango has joined #ocaml
<humasect>
the latest snapshot said 2005 i thought
Riastrad1 has joined #ocaml
Riastradh has quit [Read error: 60 (Operation timed out)]
Riastrad1 is now known as Riastradh
Snark has quit ["Leaving"]
_JusSx_ has joined #ocaml
tintin has quit [Read error: 60 (Operation timed out)]
Submarine has joined #ocaml
monochrom has joined #ocaml
zzorn_away is now known as zzorn
<mlh_>
yeah i was looking the new/releases page
<mlh_>
news
vezenchio has joined #ocaml
inka has joined #ocaml
Submarine has quit ["Leaving"]
smimram has quit ["?"]
_JusSx_ has quit ["leaving"]
fludd has joined #ocaml
CosmicRay has quit ["Client exiting"]
inka has quit [Read error: 60 (Operation timed out)]
mlh has joined #ocaml
tyler_ has joined #ocaml
<tyler_>
What's the proper way to reference an empty list. I've tried let foo = ref [];; but the compiler doesn't like it. I know the type of the list, but I just want it to be initially empty.