mfurr changed the topic of #ocaml to: OCaml 3.08.2 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/
_shawn has quit [Connection timed out]
smimou has quit ["?"]
smkl has quit [Read error: 60 (Operation timed out)]
humasect has joined #ocaml
mattam has quit ["zZz"]
mrvn_ is now known as mrvn
JustinWick has joined #ocaml
_fab has quit [Read error: 104 (Connection reset by peer)]
det_ has joined #ocaml
det has quit ["Reconnecting"]
det_ is now known as det
smkl has joined #ocaml
Submarine has quit ["Leaving"]
vezenchio has quit ["Computer Science is no more about computers than astronomy is about telescopes"]
mlh has quit [Client Quit]
smkl has quit [Read error: 110 (Connection timed out)]
mauke has quit [sterling.freenode.net irc.freenode.net]
cognominal has quit [sterling.freenode.net irc.freenode.net]
Herrchen has quit [sterling.freenode.net irc.freenode.net]
Banana has quit [sterling.freenode.net irc.freenode.net]
avn has quit [sterling.freenode.net irc.freenode.net]
wrunt has quit [sterling.freenode.net irc.freenode.net]
xqw has quit [sterling.freenode.net irc.freenode.net]
mellum has quit [sterling.freenode.net irc.freenode.net]
avn has joined #ocaml
mauke has joined #ocaml
cognominal has joined #ocaml
Herrchen has joined #ocaml
Banana has joined #ocaml
wrunt has joined #ocaml
xqw has joined #ocaml
mellum has joined #ocaml
humasect has quit [Success]
smkl has joined #ocaml
cjohnson has quit ["dreaming of Gamma(1/2)^2"]
Herrchen_ has joined #ocaml
Herrchen has quit [Read error: 60 (Operation timed out)]
tintin has quit [Connection reset by peer]
m3ga has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
m3ga has left #ocaml []
m3ga has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
JustinWick has quit []
m3ga has quit ["Client exiting"]
zzorn has joined #ocaml
smkl has joined #ocaml
mrvn has joined #ocaml
m3ga has joined #ocaml
zzorn is now known as zzorn_away
smkl has quit [Read error: 110 (Connection timed out)]
solarwin1 has joined #ocaml
solarwind has quit [Read error: 54 (Connection reset by peer)]
solarwin1 has quit ["leaving"]
smimou has joined #ocaml
solarwind has joined #ocaml
pango has quit [Read error: 104 (Connection reset by peer)]
Herrchen_ is now known as Herrchen
pango has joined #ocaml
smkl has joined #ocaml
mbh has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
Submarine has joined #ocaml
m3ga has quit ["Client exiting"]
mbh has quit ["Lost terminal"]
kinners has joined #ocaml
mattam has joined #ocaml
pango is now known as pangoafk
smkl has joined #ocaml
kinners has quit ["leaving"]
Submarine has quit ["Leaving"]
__DL__ has joined #ocaml
vodka-goo has quit [Remote closed the connection]
Submarine has joined #ocaml
vodka-goo has joined #ocaml
pangoafk is now known as pango
tintin has joined #ocaml
solarwin1 has joined #ocaml
solarwind has quit [Remote closed the connection]
alek_ has quit [Read error: 104 (Connection reset by peer)]
Submarine has quit ["Leaving"]
kuribas has joined #ocaml
alek2 has joined #ocaml
karryall has joined #ocaml
tintin has quit [Read error: 54 (Connection reset by peer)]
tintin has joined #ocaml
Zaius has joined #ocaml
kuribas has quit ["ERC Version 5.0.1 $Revision: 1.726.2.3 $ (IRC client for Emacs)"]
Submarine has joined #ocaml
tintin has quit [Read error: 104 (Connection reset by peer)]
vezenchio has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
alek2 has quit [Read error: 104 (Connection reset by peer)]
alek2 has joined #ocaml
alek2 has quit ["Leaving"]
humasect has joined #ocaml
cjohnson has joined #ocaml
CosmicRay has joined #ocaml
smkl has joined #ocaml
kuribas has joined #ocaml
kuribas has quit ["ERC Version 5.0.1 $Revision: 1.726.2.3 $ (IRC client for Emacs)"]
karryall has quit ["tcho"]
Banana has quit [Read error: 60 (Operation timed out)]
grirgz has joined #ocaml
<grirgz> hi
<grirgz> i have some problems with my prog: it use libpxp, the compilation is ok, but when i launch it, it say :
<grirgz> "Pxp_lexers: This type of internal encoding is not supported: ISO-8859-1 - maybe missing lexing module?"
<grirgz> i tryed all modules i found in my system but it doesnt work better
<grirgz> i tryed to see what part of my program trigger this exception, but when the debugger stop, there is no debugging info (backtrace is empty)
<grirgz> i am lost, please help me :,(
<vodka-goo> really sorry, I don't know pxp
<mattam> you probably didn't link with pxp-lex-iso88591
<mattam> what's your compilation command ?
cjohnson has quit ["5/4 of all people have trouble with fractions"]
<grirgz> camlfind ocamlc -a -g -package pxp,pxp-engine,pxp-lex-iso88591,pxp-wlex-utf8,str -linkpkg -o $TARGET pxp_lex_iso88591.a pxp_lex_link_iso88591.o $SOURCES
<mattam> oh that's weird
<mattam> maybe put pxp-lex before pxp-engine
<mattam> hmm, you're building an archive and then link it to make an executable?
<grirgz> yes
<mattam> how do you link that executable ?
pango has quit ["Leaving"]
<grirgz> ocamlfind ocamlc -predicates init -verbose -I /home/grirgz/prog/ocaml/Moon/mln -package pxp-lex-iso88591,pxp,pxp-engine,pxp-wlex-utf8,str -linkpkg -o mln_test pxp_lex_iso88591.a pxp_lex_link_iso88591.o mln.cma mln_test.ml
zzorn_away is now known as zzorn
<mattam> what if you remove the pxp_lex_*.{a,o} ?
<grirgz> nothing change
<grirgz> i added it for testing
<mattam> then i'm clueless :(
<mattam> putting mln.cma at the beginning of the command ?
Submarine has quit ["Leaving"]
<grirgz> if I compile directly the lib as an exe, it work.. strange
<grirgz> but i want a lib :(
<mflux_> hmm.. I have a file in which let _ = 4 + 2 compiles, yet let _ = 4.0 +. 2.0 fails to compile
<mflux_> haa, it must be some operator redefining somewhere, open Pervasives fixes it ;)
<mflux_> btw, can one open a module for a certain scope?
<grirgz> i found a workaround, by linking directly the cmo of the lib with the exe...
Snark has joined #ocaml
_JusSx_ has joined #ocaml
pango has joined #ocaml
Submarine has joined #ocaml
<humasect> >
<_JusSx_> let humasect = say x
<_JusSx_> unboud value say
kuribas has joined #ocaml
vezenchio has quit ["Computer Science is no more about computers than astronomy is about telescopes"]
vezenchio has joined #ocaml
avu has joined #ocaml
Pupeno has joined #ocaml
avu has left #ocaml []
<Pupeno> hello
<Pupeno> I'm checking languages, I've tried a lot of them, now, I'm testing ocaml.
<Pupeno> Can anybody help me understand this: "Caml is statically type-checked, but there is no need to add type informations in programs (as in Ada or Pascal, or C): type annotations are fully automatic and handled by the compiler." ?
<Pupeno> AFAIK, static typed languages is where you have to define the type of a variable/object, am I wrong ?
<mflux_> yes you are.
<mflux_> static typed languages mean that objects have types
<mflux_> compile-time
<mflux_> not that they need to be spelled out
<mflux_> basically, "42" + 42 is a compile time error, not runtime
<mflux_> also you can write: let a = 42 and b = "42" in a + b -> compile time error
<mflux_> yet their values were assigned (well actually it's called binding) to variables (names?), but no types were spelt out
<mflux_> you could also write let a : int = 42 and b : string = "42", but you don't need to
mflux_ has quit [Read error: 54 (Connection reset by peer)]
<Snark> Pupeno: let f x = x+1;
<Snark> Pupeno: I didn't give the type, but as you'll see typing it in ocaml, f has a type
skylan has quit [Remote closed the connection]
Excedrin has quit [Read error: 54 (Connection reset by peer)]
smkl has quit [sterling.freenode.net irc.freenode.net]
solarwin1 has quit [sterling.freenode.net irc.freenode.net]
__DL__ has quit [sterling.freenode.net irc.freenode.net]
mattam has quit [sterling.freenode.net irc.freenode.net]
mrvn has quit [sterling.freenode.net irc.freenode.net]
Herrchen has quit [sterling.freenode.net irc.freenode.net]
wrunt has quit [sterling.freenode.net irc.freenode.net]
mauke has quit [sterling.freenode.net irc.freenode.net]
avn has quit [sterling.freenode.net irc.freenode.net]
cognominal has quit [sterling.freenode.net irc.freenode.net]
xqw has quit [sterling.freenode.net irc.freenode.net]
mellum has quit [sterling.freenode.net irc.freenode.net]
vodka-goo has quit [sterling.freenode.net irc.freenode.net]
andrewb has quit [sterling.freenode.net irc.freenode.net]
det has quit [sterling.freenode.net irc.freenode.net]
shawn_ has quit [sterling.freenode.net irc.freenode.net]
kuribas has quit [sterling.freenode.net irc.freenode.net]
Submarine has quit [sterling.freenode.net irc.freenode.net]
pango has quit [sterling.freenode.net irc.freenode.net]
_JusSx_ has quit [sterling.freenode.net irc.freenode.net]
Snark has quit [sterling.freenode.net irc.freenode.net]
Pupeno has quit [sterling.freenode.net irc.freenode.net]
gim has quit [sterling.freenode.net irc.freenode.net]
Nutssh has quit [sterling.freenode.net irc.freenode.net]
vincenz_ has quit [sterling.freenode.net irc.freenode.net]
oracle1 has quit [sterling.freenode.net irc.freenode.net]
Amorphous has quit [sterling.freenode.net irc.freenode.net]
creichen has quit [sterling.freenode.net irc.freenode.net]
zzorn has quit [sterling.freenode.net irc.freenode.net]
Riastradh has quit [sterling.freenode.net irc.freenode.net]
jave has quit [sterling.freenode.net irc.freenode.net]
CLxyz has quit [sterling.freenode.net irc.freenode.net]
cmeme has quit [sterling.freenode.net irc.freenode.net]
vezenchio has quit [sterling.freenode.net irc.freenode.net]
humasect has quit [sterling.freenode.net irc.freenode.net]
grirgz has quit [sterling.freenode.net irc.freenode.net]
smimou has quit [sterling.freenode.net irc.freenode.net]
Hadaka has quit [sterling.freenode.net irc.freenode.net]
Hipo has quit [sterling.freenode.net irc.freenode.net]
rossberg_ has quit [sterling.freenode.net irc.freenode.net]
Smerdyakov has quit [sterling.freenode.net irc.freenode.net]
calvin_ has quit [sterling.freenode.net irc.freenode.net]
tsume has quit [sterling.freenode.net irc.freenode.net]
KrispyKringle has quit [Connection reset by peer]
KrispyKringle has joined #ocaml
Excedrin_ has joined #ocaml
skylan_ has joined #ocaml
det has joined #ocaml
humasect has joined #ocaml
Pupeno has joined #ocaml
vezenchio has joined #ocaml
kuribas has joined #ocaml
Submarine has joined #ocaml
pango has joined #ocaml
_JusSx_ has joined #ocaml
Snark has joined #ocaml
grirgz has joined #ocaml
smkl has joined #ocaml
solarwin1 has joined #ocaml
vodka-goo has joined #ocaml
__DL__ has joined #ocaml
mattam has joined #ocaml
smimou has joined #ocaml
mrvn has joined #ocaml
zzorn has joined #ocaml
Herrchen has joined #ocaml
calvin_ has joined #ocaml
rossberg_ has joined #ocaml
tsume has joined #ocaml
CLxyz has joined #ocaml
oracle1 has joined #ocaml
Amorphous has joined #ocaml
Smerdyakov has joined #ocaml
cmeme has joined #ocaml
creichen has joined #ocaml
andrewb has joined #ocaml
vincenz_ has joined #ocaml
Hipo has joined #ocaml
Riastradh has joined #ocaml
Nutssh has joined #ocaml
Hadaka has joined #ocaml
jave has joined #ocaml
gim has joined #ocaml
avn has joined #ocaml
mauke has joined #ocaml
cognominal has joined #ocaml
wrunt has joined #ocaml
xqw has joined #ocaml
mellum has joined #ocaml
shawn_ has joined #ocaml
Excedrin_ is now known as Excedrin
mflux has joined #ocaml
Snark has quit ["Leaving"]
<mflux> soo, what did I say last at around xx1449?-)
<mflux> to pupeno. or did anything come through.
<Pupeno> mflux: I think you didn't loose anything.
__DL__ has quit ["Bye Bye"]
humasect_ has joined #ocaml
rossberg_ has quit [sterling.freenode.net irc.freenode.net]
Smerdyakov has quit [sterling.freenode.net irc.freenode.net]
Hadaka has quit [sterling.freenode.net irc.freenode.net]
skylan_ has quit [sterling.freenode.net irc.freenode.net]
vezenchio has quit [sterling.freenode.net irc.freenode.net]
tsume has quit [sterling.freenode.net irc.freenode.net]
grirgz has quit [sterling.freenode.net irc.freenode.net]
smimou has quit [sterling.freenode.net irc.freenode.net]
Hipo has quit [sterling.freenode.net irc.freenode.net]
calvin_ has quit [sterling.freenode.net irc.freenode.net]
humasect has quit [sterling.freenode.net irc.freenode.net]
skylan_ has joined #ocaml
vezenchio has joined #ocaml
grirgz has joined #ocaml
smimou has joined #ocaml
Hadaka has joined #ocaml
Hipo has joined #ocaml
Smerdyakov has joined #ocaml
calvin_ has joined #ocaml
rossberg_ has joined #ocaml
tsume has joined #ocaml
humasect_ is now known as humasect
tsume_ has joined #ocaml
CLxyz has quit [Connection timed out]
smimou has quit ["?"]
smimou has joined #ocaml
tsume has quit [Read error: 110 (Connection timed out)]
CLxyz has joined #ocaml
humasect has quit [Read error: 54 (Connection reset by peer)]
humasect has joined #ocaml
noj has joined #ocaml
<noj> hi. how do I pass the multiply operator as a function? it gets interpreted as an open-comment when using (*) and (*.)
<Nutssh> Add in a space.
<Nutssh> ( * )
<noj> cool. thanks :)
<_JusSx_> exit
_JusSx_ has quit ["leaving"]
calvin_ has quit [Client Quit]
calvin_ has joined #ocaml
humasect_ has joined #ocaml
humasect has quit [Read error: 104 (Connection reset by peer)]
Submarine has quit ["Leaving"]
mlh has joined #ocaml
mlh has quit [Client Quit]
kuribas has left #ocaml []
humasect_ is now known as humasect
zzorn is now known as zzorn_sleep
CosmicRay has quit ["Client exiting"]
vodka-goo has quit []
Banana has joined #ocaml
zzorn_sleep has quit ["They are coming to take me away, ha ha"]
kuribas has joined #ocaml
kuribas has left #ocaml []
TheDracle has joined #ocaml