smimou changed the topic of #ocaml to: OCaml 3.08.3 available! | Archive of Caml Weekly News: http://sardes.inrialpes.fr/~aschmitt/cwn/ | A free book: http://cristal.inria.fr/~remy/cours/appsem/ | Mailing List: http://caml.inria.fr/bin/wilma/caml-list/ | Cookbook: http://pleac.sourceforge.net/
cp has joined #ocaml
bk_ has joined #ocaml
araujo has joined #ocaml
Demitar has joined #ocaml
hfhf_ has joined #ocaml
haakonn has joined #ocaml
batdog is now known as batdog|gone
y6cmE has joined #ocaml
smimou has quit ["?"]
slava has joined #ocaml
<slava> are thetex sources of the ocaml manual available?
<dan2> slava: I thought you didn't like ocaml
Sonarman has quit [Read error: 110 (Connection timed out)]
vodka-goo has quit ["zZz"]
Sonarman has joined #ocaml
bk_ has quit ["leaving"]
batdog|gone is now known as batdog
batdog has quit [Remote closed the connection]
batdog has joined #ocaml
Sonarman_ has joined #ocaml
Sonarman has quit [Read error: 110 (Connection timed out)]
Smerdyakov has joined #ocaml
batdog is now known as batdog|gone
ulfdoz has joined #ocaml
ulfdoz_ has quit [Read error: 60 (Operation timed out)]
batdog|gone is now known as batdog
Herrchen_ has joined #ocaml
Herrchen has quit [Read error: 110 (Connection timed out)]
dan2 has quit [Excess Flood]
dan2 has joined #ocaml
Smerdyakov has quit []
y6cmE has quit [Read error: 145 (Connection timed out)]
slava has quit [Remote closed the connection]
Lycan359 has joined #ocaml
Nutssh has joined #ocaml
araujo has quit [Read error: 104 (Connection reset by peer)]
araujo has joined #ocaml
batdog is now known as batdog|gone
Lycan359 has quit []
vezenchio has joined #ocaml
<ulfdoz> re
Herrchen_ is now known as Herrchen
Walnutssh has joined #ocaml
Snark has joined #ocaml
Nutssh has quit [Read error: 110 (Connection timed out)]
mlh_ has quit [Client Quit]
__DL__ has joined #ocaml
Walnutssh has quit [Read error: 145 (Connection timed out)]
mlh_ has joined #ocaml
Submarine has joined #ocaml
Walnutssh has joined #ocaml
Submarine has quit [Client Quit]
pango has quit [Remote closed the connection]
Walnutssh has quit ["Client exiting"]
mlh_ has quit ["nightynight"]
Submarine has joined #ocaml
<slashvar[lri]> hi there
Submarine has quit [Client Quit]
pango has joined #ocaml
ionOS has quit [Read error: 104 (Connection reset by peer)]
Submarine has joined #ocaml
Submarine has quit ["Leaving"]
gim has joined #ocaml
ralf has quit [Read error: 113 (No route to host)]
karryall has joined #ocaml
vodka-goo has joined #ocaml
vodka-goo has quit []
vodka-goo has joined #ocaml
y6cmE has joined #ocaml
Submarine has joined #ocaml
Snark has quit ["Leaving"]
Snark has joined #ocaml
_JusSx_ has joined #ocaml
cp has quit [Client Quit]
ralf has joined #ocaml
mikeX has joined #ocaml
bk_ has joined #ocaml
batdog|gone is now known as batdog
mikeX has quit [Read error: 60 (Operation timed out)]
bk_ has quit ["leaving"]
araujo has quit ["Programs must be written for people to read, and only incidentally for machines to execute"]
<ulfdoz> Should I paste this quit-message in #c.de? :)
ralf has left #ocaml []
<senko> please do :)
<y6cmE> hi all,ocamlopt -noassert -o a.exe test.ml,but what set a.exe icon now?
<y6cmE> Thank you for your advice.
<senko> im not using windows, so i don't know how to give more specific information...
<senko> i hope you succeed...
<y6cmE> i try it....
<ulfdoz> Icons? Aren't that these small pictures, covering no information? :)
<senko> they can be pretty sometimes :)
y6cmE has quit [Read error: 110 (Connection timed out)]
Submarine has quit ["Leaving"]
bk_ has joined #ocaml
bk_ has quit ["leaving"]
vodka-goo has quit []
TeXitoi has quit [Read error: 104 (Connection reset by peer)]
TeXitoi has joined #ocaml
MisterC has joined #ocaml
<mflux_> hmm, I remember there was this question arised on the channel, that is there ever need to functions to operate both on floating point numbers and integers..
<mflux_> well, now I have this algorithm for making a polygon convex
<mflux_> so yes, I believe there are such cases :)
Amorphous has quit ["arg... must... shutdown... computer burnin..."]
<Snark> mflux_: type number = Int of int | Float of float ?
<mflux_> snark, that would be very inconvenient
pango has quit ["Leaving"]
<mflux_> well, not actually
<mflux_> but would pass int+float-kind of code
<Snark> mflux_: match num with Int i -> ... | Float f -> ...
<Snark> for the sum, you do a match on the pair... if both are integers or both floats, you sum with + or +.
<Snark> if one of them is int and the other float, then you convert the int to float then sum with +.
<mflux_> snark, but it would allow Int 4 + Float 42.0 to pass the compiler
<mflux_> snark, I want the algorithm to work purely on integers or purely on floats.
<mflux_> anyway, I solved it with the module system
<Snark> no, it wouldn't allow +
<Snark> ok
haakonn has quit [Read error: 104 (Connection reset by peer)]
ngaylinn has joined #ocaml
<ngaylinn> Is there any way to either make ocaml print errors AND warnings to stdout or to stderr, instead of splitting them up?
<mflux_> the compiler you mean? in unix?
<mflux_> in unix it can print everything to stdout with ocamlc ... 1>&2
<ngaylinn> not the compiler, the interpretter.
<mflux_> oh
<mflux_> no idea, that redirects everything
<mflux_> propably not without patching the interpreter
<ngaylinn> Joy.
pango has joined #ocaml
smimou has joined #ocaml
batdog has quit [Read error: 110 (Connection timed out)]
ngaylinn has quit ["Leaving"]
araujo has joined #ocaml
bk_ has joined #ocaml
vodka-goo has joined #ocaml
mrpingoo has joined #ocaml
vodka-goo has quit [Read error: 104 (Connection reset by peer)]
batdog has joined #ocaml
bk_ has quit ["leaving"]
bk_ has joined #ocaml
mrvn has joined #ocaml
Naked has quit [Read error: 145 (Connection timed out)]
<TeXitoi> marillat est tout cassé?
<TeXitoi> oups, sorry, wrong chan
<Snark> TeXitoi: eh?
<Snark> good night
Snark has left #ocaml []
mrpingoo has quit []
Submarine has joined #ocaml
Naked has joined #ocaml
vezenchio has quit ["Ayn Rand encapsulates the rage that every teenager feels on finding that his first paycheque has had taxes taken out of it"]
Naked has quit ["leaving"]
__DL__ has quit [Remote closed the connection]
_fab has quit [Read error: 113 (No route to host)]
MisterC has quit ["Client exiting"]
_JusSx_ has quit ["leaving"]
Sonarman_ has quit [Read error: 60 (Operation timed out)]
Naked has joined #ocaml
__DL__ has joined #ocaml
vodka-goo has joined #ocaml
Submarine has quit ["Leaving"]
__DL__ has quit [Remote closed the connection]
mlh_ has joined #ocaml
<ulfdoz> bye
vodka-goo has quit []
gim has quit []
_p has quit ["."]
smimou has quit ["?"]