gl 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 | http://icfpcontest.org/ !!
wnewman has left #ocaml []
mfurr has joined #ocaml
tautologico has quit ["Leaving"]
jvee has quit ["Client Exiting"]
bk_ has quit ["leaving"]
JPL-Justin has joined #ocaml
CiscoKid has quit ["going home"]
Kinners has joined #ocaml
shawn_ has joined #ocaml
shawn has quit [Read error: 104 (Connection reset by peer)]
CiscoKid has joined #ocaml
GreyLensman has quit ["Leaving"]
CiscoKid has quit ["hacking"]
CiscoKid has joined #ocaml
jdrake has joined #ocaml
JPL-Justin has quit [Read error: 60 (Operation timed out)]
reltuk has joined #ocaml
Herrchen has quit [Read error: 60 (Operation timed out)]
jdrake has quit ["Leaving"]
Godeke has quit ["Leaving"]
mfurr has quit ["zzZZzz"]
skylan has quit [Read error: 54 (Connection reset by peer)]
skylan has joined #ocaml
benja has joined #ocaml
<benja> hi
<benja> does anyone know if findlib support camlp4 ?
<benja> no wait it's not what I mean
<benja> does anyone know if camlp4 support findlib when camlp4 is loading a object file which use a findlib package ?
<benja> I think that if the module that camlp4 loads is static that could work. But how can I make a static module ?
<Kinners> would 'ocamlfind ocamlc -package foo -syntax camlp4o -c bla.ml' be what you want?
<benja> no is more something like ocamlfind ocamlc -predicates pxp_without_utf8 -package pxp -c -pp "camlp4o ./q_GConf.cmo" ....
<benja> and camlp4 complains: Reference to undefined global `Pxp_yacc'.
<benja> so camlp4 cannot load ./q_GConf.cmo
<benja> what I want to do is something like ocamlc -c -pp "ocamlfind -package pxp camlp4 ./q_GConf.cmo" .....
<benja> does that make any sense ?
<Kinners> sort of :)
reltuk has left #ocaml []
<benja> can I use #use "topfind" in a source ?
<benja> humm that doesn't work
Herrchen has joined #ocaml
<benja> obviously
<benja> allright I'm gonna use a parser which doesn't depend on #!@#$$! findlib
reltuk has joined #ocaml
<benja> I'm a litte bit worried about the use of a xml parser built on the parser of ocaml cause of the utf issue
<benja> I already tried xmllexer and he faild on the first non-basic character :-(
<Kinners> have you read the ocamlfind man page?
<karryall> pxp doesn't depend on findlib
<karryall> findlib just helps
<benja> yeah I've read the documentation
<karryall> with compiler flags -I ...
<benja> ok
<benja> but do you know how i can build a static object ?
<karryall> like any other library
monotonom has quit ["Don't talk to those who talk to themselves."]
karryall has quit ["tcho"]
<benja> so I'm guessing that I've to split my ocamlmakefile into 2 project, one for the lib and one for the remaining
Snark has joined #ocaml
CiscoKid has quit ["http://lice.codehack.com"]
benja has quit ["Leaving"]
<Snark> slt
vezenchio has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
vezenchio has joined #ocaml
reltuk has left #ocaml []
smimou has joined #ocaml
gim has joined #ocaml
Kinners has quit ["leaving"]
vezenchio has quit [wells.freenode.net irc.freenode.net]
skylan has quit [wells.freenode.net irc.freenode.net]
_fab has quit [wells.freenode.net irc.freenode.net]
sundeep has quit [wells.freenode.net irc.freenode.net]
vezenchio has joined #ocaml
skylan has joined #ocaml
_fab has joined #ocaml
sundeep has joined #ocaml
clog has joined #ocaml
lam has quit [Read error: 54 (Connection reset by peer)]
gim has quit ["rendez vous avec le 2.6.6"]
gim has joined #ocaml
lam has joined #ocaml
<simon-> I have problems understanding this exercise:
<simon-> Write a function merge_i which takes as input two integer lists sorted in increasing order and returns a new sorted list containing the elements of the first two.
<simon-> am I supposed to leave the sorting mechanism as a specifiable function?
<simon-> so that merge_i itself doesn't sort, it just passes the lists to a sorting algorithm and returns the 'elements of the first two'?
__DL__ has joined #ocaml
<simon-> oh, I get it now.
<simon-> reading the next exercise clarifies it a bit.
ski has joined #ocaml
Kinners has joined #ocaml
noss has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
lam has quit ["leaving"]
lam has joined #ocaml
lam has quit [Client Quit]
karryall has joined #ocaml
lam has joined #ocaml
lam has quit [Client Quit]
lam has joined #ocaml
kosmikus|away is now known as kosmikus
lam has quit ["leaving"]
lam has joined #ocaml
bk_ has joined #ocaml
lam has quit ["leaving"]
jvee has joined #ocaml
<jvee> lo
<Kinners> yo
<karryall> tiens, un nerimien
<jvee> les francais en force, en toute logique ! ;)
* gl nerimien aussi
lam has joined #ocaml
<bk_> my online dictionary doesn't find "nerimien"
<karryall> :)
<bk_> :>
<karryall> nerim is a french ISP
<bk_> ah ok
lam has quit ["leaving"]
lam has joined #ocaml
noss has quit [Read error: 60 (Operation timed out)]
teratorn has quit [Read error: 110 (Connection timed out)]
<Banana> You french people...
<Banana> :)
<Banana> s/You/We/
jvee has quit [Read error: 60 (Operation timed out)]
<simon-> I've asked before.. is there no default socket library in ocaml?
<karryall> Unix ?
Kinners has quit ["leaving"]
<simon-> Reference to undefined global `Unix'
<simon-> and that's whether I refer to Unix.socket or open Unix ;; socket ;;
<karryall> you have to link it first
<simon-> is that during the installation?
<simon-> maybe it's because I use the freebsd port, and the ports system considers it a security risk.
<karryall> no, when you link your program
<simon-> oh, I cannot use Unix.socket in the interpreter?
<karryall> yes you can
<karryall> but I don't know if freebsd supports dynamic linking
<simon-> I believe that it does
<simon-> ldd: /usr/local/bin/ocaml: not a dynamic executable
<karryall> then if you start the interpreter as:
<karryall> ocaml unix.cma
<karryall> it should work
<simon-> regardless of my cwd?
<simon-> ah, it does work. thanks. :)
<bk_> o weird
<bk_> # #use "unix.cma" ;;
<bk_> File "/usr/lib/ocaml/unix.cma", line 1, characters 12-13:
<bk_> Illegal character (\000)
<bk_> works w/o error w/ findlib and require tho
<karryall> s/use/load/
<bk_> ok that was dumb of me
farizeo has joined #ocaml
fariseo has quit [Read error: 104 (Connection reset by peer)]
lus|uazze has joined #ocaml
gl has left #ocaml []
gl has joined #ocaml
gl has quit [Read error: 54 (Connection reset by peer)]
gl has joined #ocaml
vezenchio has quit [Read error: 60 (Operation timed out)]
Zaius has joined #ocaml
Lemmih has quit ["Download Gaim: http://gaim.sourceforge.net/"]
karryall has quit ["tcho"]
ski has quit ["Skelett, skelett, på väggen där, stanna där du är !"]
CiscoKid has joined #ocaml
kosmikus is now known as kosmikus|away
_jpl_ has quit [Read error: 60 (Operation timed out)]
mattam has joined #ocaml
Zaius has quit ["Miranda IM! Smaller, Faster, Easier. http://miranda-im.org"]
cjohnson has joined #ocaml
Zaius has joined #ocaml
karryall has joined #ocaml
sundeep has quit [Read error: 60 (Operation timed out)]
mattam has quit [Read error: 60 (Operation timed out)]
mattam has joined #ocaml
lus|uazze has quit ["--- reality is that which, when you stop believing in it, doesn't go away ---"]
<Snark> good night
Snark has left #ocaml []
noss has joined #ocaml
fariseo has joined #ocaml
__DL__ has quit [Read error: 104 (Connection reset by peer)]
farizeo has quit [Read error: 60 (Operation timed out)]
det has joined #ocaml
__DL__ has joined #ocaml
tyler has joined #ocaml
<tyler> 'soar
cjohnson has quit [Remote closed the connection]
Lemmih has joined #ocaml
Nic has joined #ocaml
<Nic> hi
<Lemmih> yo
monotonom has joined #ocaml
Nic has quit ["Leaving"]
farizeo has joined #ocaml
fariseo has quit [Read error: 60 (Operation timed out)]
Zaius has quit ["Miranda IM! Smaller, Faster, Easier. http://miranda-im.org"]
__DL__ has quit ["Bye Bye"]
malte has joined #ocaml
smimou has quit ["?"]
gim has quit ["bye bye dodo!"]
Etaoin has joined #ocaml
mattam has quit [zelazny.freenode.net irc.freenode.net]
Khortl has quit [zelazny.freenode.net irc.freenode.net]
mellum has quit [zelazny.freenode.net irc.freenode.net]
mattam has joined #ocaml
Khortl has joined #ocaml
mellum has joined #ocaml
monotonom has quit ["Don't talk to those who talk to themselves."]
det_ has joined #ocaml
det has quit [Read error: 110 (Connection timed out)]
GreyLensman has joined #ocaml