orbitz changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | Inscription for OCaml Meeting 2010 is opened http://wiki.cocan.org/events/europe/ocamlmeetingparis2010 | yes?
Submarine has quit [Read error: 113 (No route to host)]
rwmjones_lptp_ has joined #ocaml
alexyk has joined #ocaml
rwmjones has quit [Read error: 101 (Network is unreachable)]
tmaeda is now known as tmaedaZ
valross has joined #ocaml
Waleee has quit [Client Quit]
_unK has quit [Remote closed the connection]
pad`` has joined #ocaml
pad` has quit [Read error: 104 (Connection reset by peer)]
pad`` has quit [lindbohm.freenode.net irc.freenode.net]
valross has quit [lindbohm.freenode.net irc.freenode.net]
joewilliams has quit [lindbohm.freenode.net irc.freenode.net]
hcarty_ has quit [lindbohm.freenode.net irc.freenode.net]
det has quit [lindbohm.freenode.net irc.freenode.net]
quelqun_dautre has quit [lindbohm.freenode.net irc.freenode.net]
brendan has quit [lindbohm.freenode.net irc.freenode.net]
patronus has quit [lindbohm.freenode.net irc.freenode.net]
ertai has quit [lindbohm.freenode.net irc.freenode.net]
emias has quit [lindbohm.freenode.net irc.freenode.net]
pad`` has joined #ocaml
valross has joined #ocaml
joewilliams has joined #ocaml
det has joined #ocaml
brendan has joined #ocaml
quelqun_dautre has joined #ocaml
patronus has joined #ocaml
hcarty_ has joined #ocaml
ertai has joined #ocaml
emias has joined #ocaml
boscop has quit ["Gxis revido!"]
palomer__ has joined #ocaml
palomer_ has quit [Read error: 110 (Connection timed out)]
maskd has quit ["qp"]
clog has joined #ocaml
tbrady has joined #ocaml
<tbrady> I'm trying to follow this example http://www.ffconsultancy.com/ocaml/benefits/parsing.html but I get unbound value: make_lexer, has make_lexer moved out of Genlex or something?
yakischloba has quit [Read error: 110 (Connection timed out)]
Amorphous has joined #ocaml
tmaedaZ is now known as tmaeda
tbrady has quit ["Page closed"]
yakischloba has joined #ocaml
thrasibule has quit [Read error: 110 (Connection timed out)]
ulfdoz has joined #ocaml
caligula_ has quit [Read error: 54 (Connection reset by peer)]
caligula_ has joined #ocaml
alexyk has quit []
ttamttam has joined #ocaml
ikaros has joined #ocaml
yakischloba has quit ["Leaving."]
ikaros has quit ["Leave the magic to Houdini"]
ski_ has joined #ocaml
ttamttam has quit ["Leaving."]
yakischloba has joined #ocaml
rwmjones_lptp_ has quit [Connection timed out]
ulfdoz has quit [Read error: 110 (Connection timed out)]
ttamttam has joined #ocaml
BigJ has joined #ocaml
yakischloba has quit ["Leaving."]
fx_ has joined #ocaml
Ori_B_ has joined #ocaml
Ori_B has quit [Read error: 104 (Connection reset by peer)]
<Camarade_Tux> is there no library for zippers beside ocaml-reins (which had no code change in more than almost 30 months)
rwmjones_lptp has joined #ocaml
rwmjones_lptp is now known as rwmjones
tmaeda is now known as tmaedaZ
<gildor> Camarade_Tux: is ocaml-reins still working ? no change doesn't mean that it cannot be used
<Camarade_Tux> the 0.1 version wasn't very nice either but I'm still considering it
<Camarade_Tux> I found three implementations: an external one (simple, 42 LOCs, for lists only), ocaml-reins and one in zen (which is written by Huet)
<Camarade_Tux> (the first one being http://friggeri.net/blog/2007/08/03/ocaml-zipper-and-holidays btw)
mrvn has quit [Remote closed the connection]
mrvn has joined #ocaml
Pepe_ has quit [Remote closed the connection]
Pepe_ has joined #ocaml
mal`` has quit [Remote closed the connection]
mal`` has joined #ocaml
valross has quit ["Ex-Chat"]
pimmhogeling has joined #ocaml
Ori_B has joined #ocaml
munga has joined #ocaml
Ori_B_ has quit [Read error: 104 (Connection reset by peer)]
boscop_ has joined #ocaml
boscop has joined #ocaml
boscop_ has quit [Read error: 104 (Connection reset by peer)]
ikaros has joined #ocaml
ccasin has joined #ocaml
caligula__ has joined #ocaml
ikaros_ has joined #ocaml
tmaedaZ is now known as tmaeda
ikaros_ has quit [Client Quit]
ccasin has quit ["Leaving"]
caligula_ has quit [Read error: 110 (Connection timed out)]
ikaros_ has joined #ocaml
Alpounet has quit ["Quitte"]
Alpounet has joined #ocaml
maskd has joined #ocaml
ikaros has quit [Read error: 110 (Connection timed out)]
rwmjones has quit ["This computer has gone to sleep"]
rwmjones has joined #ocaml
ccasin has joined #ocaml
Leonidas1 is now known as Leonidas
<Camarade_Tux> btw, it's not possible to point ocamlbuild at a specific _tags file, right?
<gildor> don't think so
<gildor> Camarade_Tux: you mean have _tags in another directory or with a different name
<Camarade_Tux> in another directory with a different name ;-)
<gildor> quite sure : no
<Camarade_Tux> I compile two executables and they have different _tags
ccasin has quit ["Leaving"]
<Camarade_Tux> right now I'm doing something like 'cp tags/p1.tags _tags && ocamlbuild p1.native' but I wanted to be sure there wasn't something better ;-)
<gildor> Camarade_Tux: but you can do the difference using pattern in the _tags file
<Camarade_Tux> I think I tried but cp was simpler
<flux> :)
<gildor> Probably simpler, but less ocamlbuild-ish ;-)
<gildor> is the source code visible somewhere ?
<Camarade_Tux> gildor: yeah: http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=caravel/caravel.git;a=tree;hb=gtk_notebook_blows ;-)
<Camarade_Tux> ./me.sh and src/tags
<Camarade_Tux> (note that the code may hurt your eyes right now ;-) )
<gildor> ok, you should do something with a single _tags, but it will probably be longer than your current setup
<Camarade_Tux> I'll probably add 2 or 3 executables in the future and I fear that a single _tags will get quite ugly
<mrvn> I haven't yet seen a build system which source didn't hurt my eyes.
munga has quit [Read error: 113 (No route to host)]
tmaeda is now known as tmaedaZ
<thelema> Camarade_Tux: what's the problem with the tags file?
noj has joined #ocaml
<thelema> The point of the tags file is exactly to have different settings for different files. e.g different executables
<Camarade_Tux> think I'm going to try to get a clean _tags that works for both (shell script with cp wastes cpu and io which makes builds slower)
<flux> :-)
<flux> is that really the performance problem of your build? things are quite well in that case :-)
<flux> (although I do agree that a single _tags would be nicer)
<Camarade_Tux> yes, that's the limit but right now the build time is too low for me to start doing something else so I just look at the screen and wait
<Camarade_Tux> having different _tags and copying them over makes ocamlbuild do several things twice
<thelema> what's the diff between your tags files?
<Camarade_Tux> sub-dir includes (I have two main folder and they hold .ml files with the same name, which would lead to conflicts) and packages being linked to
<Camarade_Tux> but my problem with having a single _tags was that my ocamlbuild-fu was too low, I'm going to give it another try now
<thelema> if you want different subdir includes, that'll be tough with a single _tags file
pimmhogeling has quit [Read error: 104 (Connection reset by peer)]
pimmhogeling has joined #ocaml
hcarty_ has quit [calvino.freenode.net irc.freenode.net]
quelqun_dautre has quit [calvino.freenode.net irc.freenode.net]
det has quit [calvino.freenode.net irc.freenode.net]
brendan has quit [calvino.freenode.net irc.freenode.net]
joewilliams has quit [calvino.freenode.net irc.freenode.net]
ertai has quit [calvino.freenode.net irc.freenode.net]
patronus has quit [calvino.freenode.net irc.freenode.net]
ttamttam has quit [calvino.freenode.net irc.freenode.net]
emias has quit [calvino.freenode.net irc.freenode.net]
mal`` has quit [calvino.freenode.net irc.freenode.net]
fx_ has quit [calvino.freenode.net irc.freenode.net]
TaXules has quit [calvino.freenode.net irc.freenode.net]
M| has quit [calvino.freenode.net irc.freenode.net]
fremo_ has quit [calvino.freenode.net irc.freenode.net]
jlouis has quit [calvino.freenode.net irc.freenode.net]
Asmadeus has quit [calvino.freenode.net irc.freenode.net]
srcerer has quit [calvino.freenode.net irc.freenode.net]
msteele has quit [calvino.freenode.net irc.freenode.net]
deavid has quit [calvino.freenode.net irc.freenode.net]
Camarade_Tux has quit [calvino.freenode.net irc.freenode.net]
mfp has quit [calvino.freenode.net irc.freenode.net]
peper has quit [calvino.freenode.net irc.freenode.net]
Gertm has quit [calvino.freenode.net irc.freenode.net]
flux has quit [calvino.freenode.net irc.freenode.net]
nimred_ has quit [calvino.freenode.net irc.freenode.net]
tmaedaZ has quit [calvino.freenode.net irc.freenode.net]
ski_ has quit [calvino.freenode.net irc.freenode.net]
willb has quit [calvino.freenode.net irc.freenode.net]
smimram has quit [calvino.freenode.net irc.freenode.net]
WuJiang has quit [calvino.freenode.net irc.freenode.net]
zhijie has quit [calvino.freenode.net irc.freenode.net]
rwmjones has quit [calvino.freenode.net irc.freenode.net]
Ori_B has quit [calvino.freenode.net irc.freenode.net]
|Jedai| has quit [calvino.freenode.net irc.freenode.net]
Amorphous has quit [calvino.freenode.net irc.freenode.net]
sgnb` has quit [calvino.freenode.net irc.freenode.net]
maskd has quit [calvino.freenode.net irc.freenode.net]
Alpounet has quit [calvino.freenode.net irc.freenode.net]
boscop has quit [calvino.freenode.net irc.freenode.net]
mrvn has quit [calvino.freenode.net irc.freenode.net]
[df] has quit [calvino.freenode.net irc.freenode.net]
diml has quit [calvino.freenode.net irc.freenode.net]
bacam has quit [calvino.freenode.net irc.freenode.net]
bzzbzz has quit [calvino.freenode.net irc.freenode.net]
tab has quit [calvino.freenode.net irc.freenode.net]
__marius1_ has quit [calvino.freenode.net irc.freenode.net]
mattam has quit [calvino.freenode.net irc.freenode.net]
jimmyb2187 has quit [calvino.freenode.net irc.freenode.net]
svenl has quit [calvino.freenode.net irc.freenode.net]
julm has quit [calvino.freenode.net irc.freenode.net]
olegfink has quit [calvino.freenode.net irc.freenode.net]
prigaux has quit [calvino.freenode.net irc.freenode.net]
jonafan has quit [calvino.freenode.net irc.freenode.net]
thelema has quit [calvino.freenode.net irc.freenode.net]
haelix has quit [calvino.freenode.net irc.freenode.net]
shr3kst3r has quit [calvino.freenode.net irc.freenode.net]
diginux has quit [calvino.freenode.net irc.freenode.net]
schme has quit [calvino.freenode.net irc.freenode.net]
mehdid has quit [calvino.freenode.net irc.freenode.net]
Tianon has quit [calvino.freenode.net irc.freenode.net]
hyperboreean has quit [calvino.freenode.net irc.freenode.net]
mbishop has quit [calvino.freenode.net irc.freenode.net]
peddie has quit [calvino.freenode.net irc.freenode.net]
companion_cube has quit [calvino.freenode.net irc.freenode.net]
tarbo2_ has quit [calvino.freenode.net irc.freenode.net]
gildor has quit [calvino.freenode.net irc.freenode.net]
orbitz has quit [calvino.freenode.net irc.freenode.net]
mal`` has joined #ocaml
fx_ has joined #ocaml
ttamttam has joined #ocaml
emias has joined #ocaml
ertai has joined #ocaml
hcarty_ has joined #ocaml
patronus has joined #ocaml
quelqun_dautre has joined #ocaml
brendan has joined #ocaml
det has joined #ocaml
joewilliams has joined #ocaml
jlouis has joined #ocaml
mfp has joined #ocaml
Camarade_Tux has joined #ocaml
srcerer has joined #ocaml
deavid has joined #ocaml
Asmadeus has joined #ocaml
msteele has joined #ocaml
TaXules has joined #ocaml
fremo_ has joined #ocaml
peper has joined #ocaml
M| has joined #ocaml
flux has joined #ocaml
Gertm has joined #ocaml
ski_ has joined #ocaml
WuJiang has joined #ocaml
nimred_ has joined #ocaml
zhijie has joined #ocaml
smimram has joined #ocaml
tmaedaZ has joined #ocaml
willb has joined #ocaml
boscop has joined #ocaml
Amorphous has joined #ocaml
bacam has joined #ocaml
jonafan has joined #ocaml
rwmjones has joined #ocaml
Ori_B has joined #ocaml
|Jedai| has joined #ocaml
sgnb` has joined #ocaml
prigaux has joined #ocaml
thelema has joined #ocaml
shr3kst3r has joined #ocaml
hyperboreean has joined #ocaml
orbitz has joined #ocaml
mehdid has joined #ocaml
companion_cube has joined #ocaml
mbishop has joined #ocaml
peddie has joined #ocaml
schme has joined #ocaml
Tianon has joined #ocaml
gildor has joined #ocaml
diginux has joined #ocaml
haelix has joined #ocaml
tarbo2_ has joined #ocaml
olegfink has joined #ocaml
svenl has joined #ocaml
Alpounet has joined #ocaml
tab has joined #ocaml
maskd has joined #ocaml
mrvn has joined #ocaml
[df] has joined #ocaml
bzzbzz has joined #ocaml
__marius1_ has joined #ocaml
mattam has joined #ocaml
__marius1_ has quit [Operation timed out]
__marius__ has joined #ocaml
julm has joined #ocaml
mrvn has quit [Read error: 54 (Connection reset by peer)]
mrvn_ has joined #ocaml
diml has joined #ocaml
maskd has quit [Read error: 54 (Connection reset by peer)]
maskd has joined #ocaml
jimmyb2187 has joined #ocaml
ccasin has joined #ocaml
julm has quit [Client Quit]
julm has joined #ocaml
_zack has joined #ocaml
olegfink has quit ["WeeChat 0.2.6.3"]
_andre has joined #ocaml
ccasin has quit [Read error: 110 (Connection timed out)]
ccasin has joined #ocaml
tab has quit [calvino.freenode.net irc.freenode.net]
svenl has quit [calvino.freenode.net irc.freenode.net]
quelqun_dautre has quit [calvino.freenode.net irc.freenode.net]
hcarty_ has quit [calvino.freenode.net irc.freenode.net]
brendan has quit [calvino.freenode.net irc.freenode.net]
joewilliams has quit [calvino.freenode.net irc.freenode.net]
det has quit [calvino.freenode.net irc.freenode.net]
patronus has quit [calvino.freenode.net irc.freenode.net]
ertai has quit [calvino.freenode.net irc.freenode.net]
tab has joined #ocaml
svenl has joined #ocaml
joewilliams has joined #ocaml
ertai has joined #ocaml
hcarty_ has joined #ocaml
patronus has joined #ocaml
quelqun_dautre has joined #ocaml
brendan has joined #ocaml
det has joined #ocaml
patronus has quit [Success]
haelix has quit [calvino.freenode.net irc.freenode.net]
diginux has quit [calvino.freenode.net irc.freenode.net]
mehdid has quit [calvino.freenode.net irc.freenode.net]
shr3kst3r has quit [calvino.freenode.net irc.freenode.net]
thelema has quit [calvino.freenode.net irc.freenode.net]
gildor has quit [calvino.freenode.net irc.freenode.net]
companion_cube has quit [calvino.freenode.net irc.freenode.net]
schme has quit [calvino.freenode.net irc.freenode.net]
tarbo2_ has quit [calvino.freenode.net irc.freenode.net]
Tianon has quit [calvino.freenode.net irc.freenode.net]
mbishop has quit [calvino.freenode.net irc.freenode.net]
hyperboreean has quit [calvino.freenode.net irc.freenode.net]
peddie has quit [calvino.freenode.net irc.freenode.net]
orbitz has quit [calvino.freenode.net irc.freenode.net]
|Jedai| has quit [calvino.freenode.net irc.freenode.net]
jonafan has quit [calvino.freenode.net irc.freenode.net]
bacam has quit [calvino.freenode.net irc.freenode.net]
rwmjones has quit [calvino.freenode.net irc.freenode.net]
Ori_B has quit [calvino.freenode.net irc.freenode.net]
Amorphous has quit [calvino.freenode.net irc.freenode.net]
diml has quit [calvino.freenode.net irc.freenode.net]
[df] has quit [calvino.freenode.net irc.freenode.net]
mattam has quit [calvino.freenode.net irc.freenode.net]
bzzbzz has quit [calvino.freenode.net irc.freenode.net]
nimred_ has quit [calvino.freenode.net irc.freenode.net]
tmaedaZ has quit [calvino.freenode.net irc.freenode.net]
mrvn_ has quit [calvino.freenode.net irc.freenode.net]
__marius__ has quit [calvino.freenode.net irc.freenode.net]
willb has quit [calvino.freenode.net irc.freenode.net]
smimram has quit [calvino.freenode.net irc.freenode.net]
WuJiang has quit [calvino.freenode.net irc.freenode.net]
zhijie has quit [calvino.freenode.net irc.freenode.net]
ski_ has quit [calvino.freenode.net irc.freenode.net]
diml has joined #ocaml
mattam has joined #ocaml
bzzbzz has joined #ocaml
[df] has joined #ocaml
bacam has joined #ocaml
jonafan has joined #ocaml
rwmjones has joined #ocaml
Ori_B has joined #ocaml
|Jedai| has joined #ocaml
Amorphous has joined #ocaml
mrvn_ has joined #ocaml
__marius__ has joined #ocaml
ski_ has joined #ocaml
WuJiang has joined #ocaml
nimred_ has joined #ocaml
zhijie has joined #ocaml
smimram has joined #ocaml
tmaedaZ has joined #ocaml
willb has joined #ocaml
patronus has joined #ocaml
zerny has joined #ocaml
zerny has left #ocaml []
nimred_ has quit [calvino.freenode.net irc.freenode.net]
tmaedaZ has quit [calvino.freenode.net irc.freenode.net]
nimred has joined #ocaml
thelema has joined #ocaml
shr3kst3r has joined #ocaml
hyperboreean has joined #ocaml
orbitz has joined #ocaml
mehdid has joined #ocaml
companion_cube has joined #ocaml
mbishop has joined #ocaml
peddie has joined #ocaml
schme has joined #ocaml
Tianon has joined #ocaml
gildor has joined #ocaml
diginux has joined #ocaml
haelix has joined #ocaml
tarbo2_ has joined #ocaml
tmaedaZ has joined #ocaml
alexyk has joined #ocaml
ski_ has quit ["Lost terminal"]
_zack has quit ["Leaving."]
_zack has joined #ocaml
Submarine has joined #ocaml
derdon has joined #ocaml
seanmcl has joined #ocaml
djanderson has joined #ocaml
Submarine_ has joined #ocaml
djanderson has quit []
pimmhogeling has quit [Read error: 110 (Connection timed out)]
_unK has joined #ocaml
Submarine has quit [Read error: 110 (Connection timed out)]
_andre has quit ["*snicker-puff*"]
maelcoluim has joined #ocaml
Submarine has joined #ocaml
Submarine has quit [Read error: 104 (Connection reset by peer)]
Submarine__ has joined #ocaml
Submarine_ has quit [Read error: 104 (Connection reset by peer)]
Submarine__ is now known as Submarine
yakischloba1 has joined #ocaml
Submarine has quit [Read error: 104 (Connection reset by peer)]
Submarine_ has joined #ocaml
fx_ has quit [Read error: 60 (Operation timed out)]
_zack has quit ["Leaving."]
itewsh has joined #ocaml
ttamttam has quit ["Leaving."]
ccasin has quit [Read error: 60 (Operation timed out)]
ulfdoz has joined #ocaml
Submarine_ has quit ["Leaving"]
maelcolu1m has joined #ocaml
yakischloba1 has quit [Read error: 110 (Connection timed out)]
ikaros_ has quit ["Leave the magic to Houdini"]
maelcoluim has quit [Read error: 110 (Connection timed out)]
alexyk has quit []
yakischloba has joined #ocaml
seanmcl has quit []
seanmcl has joined #ocaml
seanmcl has quit [Client Quit]
ikaros has joined #ocaml
seanmcl has joined #ocaml
maelcoluim has joined #ocaml
ttamttam has joined #ocaml
maelcolu1m has quit [Read error: 110 (Connection timed out)]
demitar has joined #ocaml
demitar has quit [Read error: 104 (Connection reset by peer)]
alexyk_ has joined #ocaml
seanmcl has quit []
seanmcl has joined #ocaml
ksson has joined #ocaml
diginux has left #ocaml []
pad` has joined #ocaml
seanmcl has quit []
seanmcl has joined #ocaml
seanmcl has quit [Client Quit]
seanmcl has joined #ocaml
Submarine has joined #ocaml
derdon has quit []
joewilliams is now known as joewilliams_away
yakischloba has quit ["Leaving."]
joewilliams_away is now known as joewilliams
Associat0r has joined #ocaml
yakischloba has joined #ocaml
Associat0r has quit [Remote closed the connection]
alexyk_ has left #ocaml []
ksson has quit ["leaving"]
maelcolu1m has joined #ocaml
maelcoluim has quit [Read error: 110 (Connection timed out)]
ttamttam has quit ["Leaving."]
joewilliams is now known as joewilliams_away
ulfdoz has quit [Read error: 110 (Connection timed out)]
joewilliams_away is now known as joewilliams
djanderson has joined #ocaml
joewilliams is now known as joewilliams_away
joewilliams_away is now known as joewilliams
munga has joined #ocaml
djanderson has quit []
pimmhogeling has joined #ocaml
djanderson has joined #ocaml
Pimm has joined #ocaml
pimmhogeling has quit [Read error: 104 (Connection reset by peer)]
Pimm has quit [Client Quit]
pimmhogeling has joined #ocaml
Alpounet has quit [Remote closed the connection]
alp has joined #ocaml
alp has quit [Remote closed the connection]
alp__ has joined #ocaml
alp__ has quit [Remote closed the connection]
Alpounet has joined #ocaml
boscop has quit ["Gxis revido!"]
seanmcl has quit []
munga has quit ["Ex-Chat"]
itewsh has quit [Client Quit]
Submarine has quit [Read error: 113 (No route to host)]
tmaedaZ is now known as tmaeda
ikaros has quit ["Leave the magic to Houdini"]