mbishop changed the topic of #ocaml to: Discussions about the OCaml programming language | http://caml.inria.fr/ | Grab Ocaml 3.10.0 from http://caml.inria.fr/ocaml/release.html (featuring new camlp4 and more!)
EliasAmaral has joined #ocaml
mrchebas has quit []
piggybox_ has quit [Connection timed out]
seafoodX has joined #ocaml
slipstream has quit [Read error: 110 (Connection timed out)]
thorat has left #ocaml []
mrchebas has joined #ocaml
smimou has quit [Read error: 110 (Connection timed out)]
piggybox__ is now known as piggybox
yminsky has joined #ocaml
yminsky has quit []
Soft-Num has joined #ocaml
yminsky has joined #ocaml
Soft-Num has left #ocaml []
mrchebas has quit []
shawn has joined #ocaml
Smerdyakov has joined #ocaml
slipstream has joined #ocaml
Smerdyakov has quit ["Leaving"]
slipstream-- has joined #ocaml
rumpl has joined #ocaml
slipstream has quit [No route to host]
shawn has quit [Read error: 110 (Connection timed out)]
rumpl has quit ["Ex-Chat"]
pantsd has quit ["Leaving."]
shawn has joined #ocaml
ygrek has joined #ocaml
mrchebas has joined #ocaml
leo037 has joined #ocaml
smimou has joined #ocaml
mrchebas has quit []
USACE has joined #ocaml
love-pingoo has joined #ocaml
yminsky has quit []
<USACE> does anyone know of any cross-platform extension managers for ocaml? (ie, win32, linux, osx)
yminsky has joined #ocaml
yminsky has quit [Client Quit]
mrchebas has joined #ocaml
Smerdyakov has joined #ocaml
_blackdog has joined #ocaml
piggybox_ has joined #ocaml
_blackdog has quit ["Ex-Chat"]
<flux> well, I know ocamlfind covers atleast linux and cygwin/win32, I assume it also covers osx
<flux> usace, do you have something else on your mind?
mrchebas has left #ocaml []
piggybox has quit [Nick collision from services.]
piggybox_ is now known as piggybox
joshcryer has quit [Read error: 110 (Connection timed out)]
pango has quit [Remote closed the connection]
Smerdyakov has quit ["Leaving"]
pango has joined #ocaml
qwwqe has joined #ocaml
<flux> what would you suggest for a library for dynamically generating html code? I'm thinking like perl's HTML module, but perhaps something that would leverage the static type system..
<flux> I think such a beast exists, but I can't find it..
<flux> I haven't still quite found it, but I'm thinking of dropping the static typedness and just go with the interpolation-extensions for ocaml, they should lessen the pain considerably
<smimou> flux: you can have a look at ocsigen maybe
<flux> hmm, right.. I wonder if it mixes well, or at all, with using ocamlnet for the web serving part..
love-pingoo has quit ["Connection reset by pear"]
<flux> but the blurp on the page refers to ocamlduce, which I believe has something to do with this matter
pantsd has joined #ocaml
<flux> cduce seems a bit too fancy for my purposes. perhaps I'll check that our later, and in the mean time use my own helper functions :)
<flux> even something like this is helpful: (html (body (p "Hello world")))
<flux> (and trivially implemented if you don't care about performance)
seafoodX has quit []
yminsky has joined #ocaml
seafoodX has joined #ocaml
yminsky has quit [Read error: 104 (Connection reset by peer)]
yminsky has joined #ocaml
<smimou> flux: ocsigen only optionally uses cduce
seafoodX has quit []
seafoodX_ has joined #ocaml
pantsd has quit ["Leaving."]
mattam has quit [Read error: 104 (Connection reset by peer)]
love-pingoo has joined #ocaml
yminsky has quit []
descender has quit ["Elegance has the disadvantage that hard work is needed to achieve it and a good education to appreciate it. - E. W. Dijkstra"]
<flux> hmm, how does one go about using ocamlfind-packaged syntax extensions with OCamlMakefile?
<flux> or should I just go ahead and switch to omake or some ohter build system ;)
<flux> I suppose I could patch OCamlMakefile, but I thought the idea was not to ;)
yminsky has joined #ocaml
<love-pingoo> flux: there's a PACKS variable
<love-pingoo> just list the ocamlfind packages that you need there
<flux> it doesn't appear to add the -syntax -switches during compilation. OCAMLCFLAGS=-syntax camlp4o seems to work, though
<love-pingoo> ah... I don't know anything about that
<love-pingoo> I just appeared to have been told about PACKS recently
<flux> OCamlMakefile should have some other documentation, other than just "dig into it"-approach - wish it was even commented
<love-pingoo> I don't trust large Makefiles or shell scripts :\
<flux> I used to have my own Makefiles, but recently I've just copied OCamlMakefile and included it mine..
<flux> but some stuff is more difficult
<flux> ah, there is USE_CAMLP4, even though using it doesn't fix the ocamldep-stage..
<flux> the makefile was very nice with camlidl, I didn't need to look at the matter almost at all and it just worked
joshcryer has joined #ocaml
yminsky has quit []
mnemonic has quit [Read error: 104 (Connection reset by peer)]
mnemonic has joined #ocaml
ygrek has quit ["Leaving"]
pango- has joined #ocaml
pango has quit [Remote closed the connection]
pango- is now known as pango
leo037 has quit ["Leaving"]
smimram has joined #ocaml
smimou has quit [Read error: 110 (Connection timed out)]
love-pingoo has quit ["Connection reset by pear"]
rolfr has joined #ocaml
rolfr has left #ocaml []
aziem has joined #ocaml
slipstream-- has quit [Read error: 110 (Connection timed out)]
m3ga has joined #ocaml
slipstream has joined #ocaml
smimram has quit ["bli"]
seafoodX_ has quit []
m3ga has left #ocaml []
aziem has quit ["leaving"]
piggybox_ has joined #ocaml
piggybox has quit [Nick collision from services.]
piggybox_ is now known as piggybox
rumpl has joined #ocaml
seafoodX has joined #ocaml
seafoodX has left #ocaml []
seafoodX has joined #ocaml
seafoodX has quit []
beterraba has joined #ocaml
beterraba has quit [Read error: 104 (Connection reset by peer)]
beterraba has joined #ocaml
<beterraba> hello, is there someone on?
<beterraba> EliasAmaral, hi?
<beterraba> how can i learn about BDI?