Submarine has quit ["Leaving"]
dfgp has joined #ocaml
ulfdoz has joined #ocaml
shirogane has joined #ocaml
dfgp has quit [Read error: 113 (No route to host)]
skylan has quit [Read error: 104 (Connection reset by peer)]
dfgp has joined #ocaml
skylan has joined #ocaml
brx_ is now known as brx
shirogane has quit [Remote closed the connection]
pango_ has joined #ocaml
pango has quit [Read error: 60 (Operation timed out)]
monochrom has joined #ocaml
monochrom has quit ["good morning, sweet dream"]
dfgp_ has joined #ocaml
dfgp has quit [Read error: 113 (No route to host)]
vodka-goo has quit [Read error: 60 (Operation timed out)]
vodka-goo has joined #ocaml
Snark has joined #ocaml
__DL__ has joined #ocaml
Submarine has joined #ocaml
Chipster has joined #ocaml
<
Chipster>
salut tout le monde
Revision17 has joined #ocaml
Skal has joined #ocaml
revision17_ has quit [Read error: 110 (Connection timed out)]
dfgp has joined #ocaml
dfgp_ has quit [Read error: 113 (No route to host)]
smimou has joined #ocaml
Oatmeat has joined #ocaml
_JusSx_ has joined #ocaml
Chipster has quit []
Oatly has quit [Read error: 110 (Connection timed out)]
vezenchio has quit ["\o/ toki ni wa motto watashi-rashiku kaze o kanjitai - dare demo nai watashi no mirai o mitsuketakute \o/"]
dfgp has quit [Read error: 104 (Connection reset by peer)]
dfgp has joined #ocaml
Schmurtz has quit [Remote closed the connection]
Schmurtz has joined #ocaml
Chipster1 has joined #ocaml
kryptt has joined #ocaml
Schmurtz has quit [Read error: 104 (Connection reset by peer)]
Schmurtz has joined #ocaml
brx_ has joined #ocaml
Schmurtz has quit [Read error: 104 (Connection reset by peer)]
Schmurtz has joined #ocaml
<
ulfdoz>
Ich glaub das würde auch keiner verstehen, wenn du einen Schwanz im Mund hast.
<
ulfdoz>
Ehm, sorry.
Chipster1 has left #ocaml []
<
mellum>
ulfdoz: interesting conversations you're having :)
<
ulfdoz>
damn, I hoped noone saw it. :)
<
smimou>
unfortunately google gave an understable translation for once :)
<
mellum>
google does translations?
<
ulfdoz>
someone should cycle for a while that it scrolls out of the window.
<
ulfdoz>
mellum: Yes
brx has quit [Read error: 110 (Connection timed out)]
Oatly has joined #ocaml
Oatmeat has quit [Read error: 110 (Connection timed out)]
<
Schmurtz>
ulfdoz, what is a "Schwanz"
n0ff has joined #ocaml
n0ff has quit ["Leaving"]
mayhem has joined #ocaml
chs_ has joined #ocaml
mayhem has quit [Nick collision from services.]
mayhem__ has joined #ocaml
brx_ is now known as brx
vodka-goo is now known as estelle
dfgp has quit [Read error: 104 (Connection reset by peer)]
Chipster1 has joined #ocaml
dfgp has joined #ocaml
_JusSx__ has joined #ocaml
dfgp_ has joined #ocaml
_JusSx_ has quit [Read error: 110 (Connection timed out)]
tom_p has quit [Read error: 110 (Connection timed out)]
tom_p has joined #ocaml
dfgp_ has quit [Read error: 113 (No route to host)]
dfgp has quit [Read error: 113 (No route to host)]
dfgp has joined #ocaml
dfgp has quit [Read error: 113 (No route to host)]
dfgp has joined #ocaml
descender has quit ["XML is like violence, if it doesn't solve the problem, just use more."]
tom_p has quit [Read error: 110 (Connection timed out)]
Schmurtz has quit [Read error: 104 (Connection reset by peer)]
psnively has joined #ocaml
<
psnively>
Hi. Is anyone actually here?
<
ulfdoz>
*raisinghishand*
<
kryptt>
this is a somewhat quite channel
<
smimou>
sometimes ulfdoz even has to type some random german sentences in the channel to fill it a bit
<
mauke>
Das Salz verzehrt den Leib des Mohren.
<
ulfdoz>
I managed to start my emacs, so more on topic sentences can follow. :)
dfgp_ has joined #ocaml
<
psnively>
Oh, wow, humanity!
<
psnively>
I'm trying to implement "A Monadic Framework for Subcontinuations" in O'Caml, and it's tough sledding.
mayhem__ has quit ["Killed (einride (Requested by panasync))"]
ChipsterOne has joined #ocaml
<
psnively>
Let me find the link to the paper.
* ski_
wonders what things have to be made differently, because of strictness ..
lambdawar has joined #ocaml
<
psnively>
AFAICT, nothing.
<
psnively>
Sure thing!
descender has joined #ocaml
tom_p has joined #ocaml
dfgp has quit [Read error: 110 (Connection timed out)]
psnively has quit []
oracle1 has quit [Read error: 110 (Connection timed out)]
Chipster1 has left #ocaml []
tom_p has quit [Connection timed out]
<
ulfdoz>
Is there something like tupled functions in ocaml?
<
ulfdoz>
I have to iterate over a potentially big data structure and want to save some iterations, but need to apply multiple fuctions.
Chipster1 has joined #ocaml
ChipsterOne has left #ocaml []
<
mellum>
ulfdoz: what do you mean? Something like "let f x = g (h x)"?
<
ulfdoz>
mellum: I don't think, that a binding could help. I need something like (f, g) tree, which applies functions f and g to tree.
<
ulfdoz>
The thing is, I don't know which functions to apply until runtime.
<
mellum>
well, then use let combine f g = fun x -> g (f x) and pass (combine f g)
<
ulfdoz>
That could be an option...
<
ski_>
by tupled functions, do you mean something like 'fun (x,y) -> (f x,g y)' ?
spiffy has joined #ocaml
Submarine has quit [Remote closed the connection]
brx has quit [Remote closed the connection]
Snark has quit ["Parti"]
brx has joined #ocaml
<
ulfdoz>
ski_: No. I want to apply multiple function to the same argument.
<
ski_>
'fun x -> (f x,g x)' ?
<
mauke>
sounds like you want map'
<
ulfdoz>
yes, that is quite close.
<
ulfdoz>
Some map-like thing, but not for lists. It is an AST.
<
mauke>
map' : ('a -> 'b) list -> 'a -> 'b list
<
ulfdoz>
But the map has to apply arbitrary many operations in one iteration.
arilou has joined #ocaml
<
ulfdoz>
mauke: That could work.
arilou has left #ocaml []
Chipster1 has quit []
descender has quit [Read error: 104 (Connection reset by peer)]
descender has joined #ocaml
descender has quit ["XML is like violence, if it doesn't solve the problem, just use more."]
__DL__ has quit ["Bye Bye"]
Schmurtz has joined #ocaml
_JusSx__ has quit ["leaving"]
tom_p has joined #ocaml
psnively has joined #ocaml
psnively has quit [Client Quit]
tom_p has quit [Success]
haelix has quit [Read error: 104 (Connection reset by peer)]
haelix has joined #ocaml
dfgp has joined #ocaml
dfgp_ has quit [Read error: 113 (No route to host)]
Submarine has joined #ocaml