shawn_ has quit [Read error: 110 (Connection timed out)]
kuribas has quit ["Leaving"]
Banana has quit [Read error: 60 (Operation timed out)]
Banana has joined #ocaml
Demitar has quit ["Terminated with extreme prejudice - dircproxy 1.0.5"]
gim has quit [Remote closed the connection]
gim has joined #ocaml
zzorn_afk is now known as zzorn_sleep
zzorn_sleep has quit ["They are coming to take me away, ha ha"]
humasect has quit [Read error: 110 (Connection timed out)]
neale has left #ocaml []
CapNemo has quit [Read error: 54 (Connection reset by peer)]
smimou has quit ["?"]
Banana has quit [Read error: 110 (Connection timed out)]
smkl has quit [Read error: 110 (Connection timed out)]
KrispyKringle has quit [sterling.freenode.net irc.freenode.net]
cognominal has quit [sterling.freenode.net irc.freenode.net]
Hipo has quit [sterling.freenode.net irc.freenode.net]
KrispyKringle has joined #ocaml
Hipo has joined #ocaml
cognominal has joined #ocaml
vezenchio has quit ["Computer Science is no more about computers than astronomy is about telescopes"]
vodka-goo has quit [sterling.freenode.net irc.freenode.net]
mellum has quit [sterling.freenode.net irc.freenode.net]
_shawn has quit [sterling.freenode.net irc.freenode.net]
mlh has quit [sterling.freenode.net irc.freenode.net]
Zaius has quit [sterling.freenode.net irc.freenode.net]
tintin has quit [sterling.freenode.net irc.freenode.net]
drewr` 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]
oracle1 has quit [sterling.freenode.net irc.freenode.net]
pango has quit [sterling.freenode.net irc.freenode.net]
cjohnson has quit [sterling.freenode.net irc.freenode.net]
cmeme has quit [sterling.freenode.net irc.freenode.net]
CLxyz has quit [sterling.freenode.net irc.freenode.net]
cognominal has quit [sterling.freenode.net irc.freenode.net]
Hipo has quit [sterling.freenode.net irc.freenode.net]
mrvn_ has quit [sterling.freenode.net irc.freenode.net]
Nutssh has quit [sterling.freenode.net irc.freenode.net]
anyone has quit [sterling.freenode.net irc.freenode.net]
como has quit [sterling.freenode.net irc.freenode.net]
Riastradh has quit [sterling.freenode.net irc.freenode.net]
vincenz has quit [sterling.freenode.net irc.freenode.net]
Smerdyakov has quit [sterling.freenode.net irc.freenode.net]
tsume has quit [sterling.freenode.net irc.freenode.net]
haakonn__ has quit [sterling.freenode.net irc.freenode.net]
Excedrin has quit [sterling.freenode.net irc.freenode.net]
rossberg_ has quit [sterling.freenode.net irc.freenode.net]
Hadaka has quit [sterling.freenode.net irc.freenode.net]
calvin_ has quit [sterling.freenode.net irc.freenode.net]
det has quit [sterling.freenode.net irc.freenode.net]
det has joined #ocaml
cognominal has joined #ocaml
Hipo has joined #ocaml
_shawn has joined #ocaml
mrvn_ has joined #ocaml
Nutssh has joined #ocaml
mlh has joined #ocaml
anyone has joined #ocaml
como has joined #ocaml
pango has joined #ocaml
Zaius has joined #ocaml
tintin has joined #ocaml
Riastradh has joined #ocaml
vincenz has joined #ocaml
drewr` has joined #ocaml
cjohnson has joined #ocaml
creichen has joined #ocaml
cmeme has joined #ocaml
Smerdyakov has joined #ocaml
Amorphous has joined #ocaml
oracle1 has joined #ocaml
CLxyz has joined #ocaml
tsume has joined #ocaml
haakonn__ has joined #ocaml
Excedrin has joined #ocaml
rossberg_ has joined #ocaml
Hadaka has joined #ocaml
calvin_ has joined #ocaml
mellum has joined #ocaml
gim has quit []
vodka-goo has joined #ocaml
smkl has joined #ocaml
xqw has joined #ocaml
wrunt has joined #ocaml
<como>
i'm completely confused. how the heck do I use scanf?
<Smerdyakov>
Have you read the manual?
<como>
yes
<como>
i need an example of reading say two ints
<Smerdyakov>
How was the example of reading a string and an int not enough?
<como>
I didn't understand the example
<Smerdyakov>
What didn't you understand about it?
<como>
the example uses a function, I don't need a function I need the result of sscanf in variables
smkl has quit [Read error: 110 (Connection timed out)]
<Smerdyakov>
There is no direct way to do that. This is not C scanf.
<Smerdyakov>
The function is not an extra stage applied afterwards.
<Smerdyakov>
It is one of the arguments to scanf.
<como>
ok, lets say I have a function find_primes that takes two parameters of Int64 type, now I do "sscanf (read_line ()) "Lu Lu" find_primes" - and it doesn't want to compile, why?
<mrvn_>
%
<como>
thanks, that worked
<Smerdyakov>
Have you used scanf in another language before?
<mrvn_>
# let (a,b) = Scanf.scanf "%Lu %Lu" (fun x y -> (x,y));;
smkl has quit [Read error: 60 (Operation timed out)]
m3ga has joined #ocaml
zzorn has joined #ocaml
mlh_away has joined #ocaml
m3ga has quit [Remote closed the connection]
m3ga has joined #ocaml
pango has quit [Remote closed the connection]
zzorn is now known as zzorn_away
Submarine has joined #ocaml
anyone has quit ["Few people understand understanding."]
mauke has joined #ocaml
smkl has joined #ocaml
mattam has joined #ocaml
andrewb has quit [Read error: 54 (Connection reset by peer)]
andrewb has joined #ocaml
como has quit ["Leaving... mIRC sucks - switch to X-Chat"]
mlh_away is now known as mlh
Banana has joined #ocaml
Nutssh has quit ["Client exiting"]
Submarine has quit ["Leaving"]
smimou has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
haakonn__ has quit [Remote closed the connection]
smkl has joined #ocaml
m3ga has quit ["Client exiting"]
slashvar[lri] has joined #ocaml
andrewb has quit ["reboot"]
gim has joined #ocaml
andrewb has joined #ocaml
smkl has quit [Read error: 60 (Operation timed out)]
__DL__ has joined #ocaml
__DL__ has quit [Read error: 54 (Connection reset by peer)]
__DL__ has joined #ocaml
__DL__ has quit ["Bye Bye"]
Snark has joined #ocaml
<Snark>
slt
<vodka-goo>
hi
Submarine has joined #ocaml
gim has quit [Remote closed the connection]
cjohnson has joined #ocaml
Herrchen has joined #ocaml
smkl has joined #ocaml
mlh has quit ["ttfn"]
tintin has quit ["ERC Version 5.0 $Revision: 1.735 $ (IRC client for Emacs)"]
tintin has joined #ocaml
gim has joined #ocaml
Snark has quit ["Leaving"]
smkl has quit [Read error: 110 (Connection timed out)]
CosmicRay has joined #ocaml
vincenz_ has joined #ocaml
vincenz has quit [Remote closed the connection]
Excedrin_ has joined #ocaml
Excedrin has quit [Connection reset by peer]
Hipo has quit [Read error: 104 (Connection reset by peer)]
Hipo has joined #ocaml
Riastrad1 has joined #ocaml
Riastradh has quit [Remote closed the connection]
mrvn_ has quit [Read error: 104 (Connection reset by peer)]
mrvn has joined #ocaml
smkl has joined #ocaml
Demitar has joined #ocaml
vezenchio has joined #ocaml
tintin has quit [Remote closed the connection]
tintin has joined #ocaml
slashvar[lri] has quit ["reboot"]
Banana has quit [Remote closed the connection]
Banana has joined #ocaml
vodka-goo has quit ["work"]
pango has joined #ocaml
CosmicRay has quit ["Client exiting"]
Snark has joined #ocaml
smkl has quit [Read error: 110 (Connection timed out)]
Zaius has joined #ocaml
pango has quit [Nick collision from services.]
pango has joined #ocaml
CosmicRay has joined #ocaml
_JusSx_ has joined #ocaml
Submarine has quit ["Leaving"]
Excedrin_ is now known as Excedrin
smkl has joined #ocaml
tintin has quit [Read error: 60 (Operation timed out)]
tintin has joined #ocaml
Submarine has joined #ocaml
Submarine_ has joined #ocaml
Submarine_ has quit ["Leaving"]
bzzbzz has joined #ocaml
Nutssh has joined #ocaml
bop_ has joined #ocaml
bop_ has quit ["Leaving"]
Snark has quit ["Leaving"]
Yorick has joined #ocaml
Yorick has quit ["Leaving"]
Riastrad1 is now known as Riastradh
smkl has quit [Read error: 110 (Connection timed out)]
drewr` has quit ["ERC Version 5.0.1 $Revision: 1.726.2.3 $ (IRC client for Emacs)"]
<creichen>
The O'Caml documentation indicates that cmx files have some optimisation metainformation: "[...] X.cmx, containing extra information for linking and optimization of the clients of the unit."
<creichen>
Does anyone here happen to have a link to more detailed information on this topic?
Demitar has quit ["Terminated with extreme prejudice - dircproxy 1.0.5"]
mlh has joined #ocaml
zzorn_away is now known as zzorn_sleep
zzorn_sleep has quit ["the zombies are coming! Aaaah!"]
_JusSx_ has quit ["leaving"]
bzzbzz has quit [Read error: 60 (Operation timed out)]
smkl has joined #ocaml
CosmicRay has quit ["Client exiting"]
Hadaka has quit [Read error: 110 (Connection timed out)]
mrvn_ has joined #ocaml
humasect has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
<Nutssh>
creichen, I believe some of that is related to function definitions for inlining.