systems 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 | Caml Weekly news http://pauillac.inria.fr/~aschmitt/cwn/
polin8 has quit [calvino.freenode.net irc.freenode.net]
liyang has quit [calvino.freenode.net irc.freenode.net]
__DL__ has quit [calvino.freenode.net irc.freenode.net]
docelic has quit [calvino.freenode.net irc.freenode.net]
liyang has joined #ocaml
polin8 has joined #ocaml
docelic has joined #ocaml
__DL__ has joined #ocaml
mattam_ has quit [Read error: 113 (No route to host)]
__DL__ has quit [Remote closed the connection]
async has joined #ocaml
<async> i can fork an xterm from my program.. but when i close the xterm, my program closes also
<async> here's the code:
<async> let ret = Unix.fork () in
<async> if (ret = 0)
<async> Unix.execvp "/bin/sh" [|"sh"; "-c"; "xterm"|];
lament has joined #ocaml
<Riastradh> Considering that there's no 'then' there, I'm not surprised that your program doesn't work.
<async> hehe... i don't want to flood the screen with code
<async> lemme post it on website
docelic is now known as docelic|sleepo
<async> the setsid() should do the trick.. but it doesn't seem to work
stef_ has joined #ocaml
async has quit ["Lost terminal"]
stefp has quit [Read error: 110 (Connection timed out)]
async has joined #ocaml
async has quit [Client Quit]
baader has joined #ocaml
docelic|sleepo is now known as docelic
<Riastradh> Is there any Cocoa binding for OCaml?
<Riastradh> Or, if not, anything I should read about writing FFI bindings?
baader has left #ocaml []
Kinners has joined #ocaml
Verbed has quit []
skylan has quit [Read error: 104 (Connection reset by peer)]
skylan has joined #ocaml
<Kinners> that's sad on a number of levels
lament has quit ["THERE WAS NO ROMAN GOD NAMED "FARTICUS""]
async has joined #ocaml
<async> what kinda projects are you guys doing in ocaml?
lament has joined #ocaml
Kinners has left #ocaml []
foxster has quit [Read error: 113 (No route to host)]
foxen has joined #ocaml
smkl has quit [Remote closed the connection]
smkl has joined #ocaml
mattam has joined #ocaml
Zadeh has joined #ocaml
polin8 has quit [Read error: 110 (Connection timed out)]
polin8 has joined #ocaml
axolotl is now known as wax
lament has quit ["I WILL NOT SELL LAND IN FLORIDA"]
skylan has quit [Connection timed out]
async has quit ["Lost terminal"]
phubuh has quit [Remote closed the connection]
gene9 has joined #ocaml
Zadeh has quit ["KVIrc 3.0.0-beta2 "T-Rex""]
lowks has quit [Read error: 54 (Connection reset by peer)]
smkl has quit [calvino.freenode.net irc.freenode.net]
stef_ has quit [calvino.freenode.net irc.freenode.net]
smkl has joined #ocaml
stef_ has joined #ocaml
gene9 has quit []
asqui has quit [Read error: 104 (Connection reset by peer)]
asqui has joined #ocaml
gene9 has joined #ocaml
__DL__ has joined #ocaml
phubuh has joined #ocaml
smklsmkl has joined #ocaml
smkl has quit [Remote closed the connection]
MegaWatS has joined #ocaml
smklsmkl has quit [Read error: 113 (No route to host)]
m[kel[ has joined #ocaml
MegaWatS is now known as lus|wazze
karryall has joined #ocaml
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
lus|wazze has joined #ocaml
gene9 has quit ["Client exiting"]
asqui has quit [Read error: 110 (Connection timed out)]
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
m[kel[ is now known as smkl
skylan has joined #ocaml
lus|wazze has joined #ocaml
stef_ has quit [Read error: 110 (Connection timed out)]
stef_ has joined #ocaml
karryall has quit ["bye"]
asqui has joined #ocaml
asqui has quit [Read error: 110 (Connection timed out)]
asqui has joined #ocaml
stef_ has quit [Read error: 104 (Connection reset by peer)]
stef_ has joined #ocaml
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
lus|wazze has joined #ocaml
lus|wazze has quit [Client Quit]
lus|wazze has joined #ocaml
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
asqui has quit [calvino.freenode.net irc.freenode.net]
pnou has quit [calvino.freenode.net irc.freenode.net]
lsr has quit [calvino.freenode.net irc.freenode.net]
Riastradh has quit [calvino.freenode.net irc.freenode.net]
asqui has joined #ocaml
Riastradh has joined #ocaml
pnou has joined #ocaml
lsr has joined #ocaml
asqui has quit [Excess Flood]
asqui has joined #ocaml
smkl has quit [calvino.freenode.net irc.freenode.net]
polin8 has quit [calvino.freenode.net irc.freenode.net]
smkl has joined #ocaml
polin8 has joined #ocaml
Smerdyakov has quit ["reboot"]
Smerdyakov has joined #ocaml
stef_ has quit ["Client Exiting"]
stef_ has joined #ocaml
Vincenz has joined #ocaml
jao has quit ["leaving"]
Vincenz has quit []
jao has joined #ocaml
mattam_ is now known as mattam
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
lus|wazze has joined #ocaml
systems has joined #ocaml
systems has quit [Read error: 60 (Operation timed out)]
lus|wazze has quit ["\o/ www.minibosses.com \o/"]
stefp has joined #ocaml
mattam has quit ["zZz"]
stef_ has quit [Read error: 110 (Connection timed out)]
stepcut has joined #ocaml
<stepcut> anyone got any tips for minimizing the size of a binary made via 'ocamlopt' ?
<stepcut> specifically a statically linked one?