* why is the forward pipe operator (>|) so little used?
@ 2010-10-02 18:22 ben kuin
2010-10-02 22:45 ` [Caml-list] " Hezekiah M. Carty
0 siblings, 1 reply; 2+ messages in thread
From: ben kuin @ 2010-10-02 18:22 UTC (permalink / raw)
To: caml-list
hi
Reading a few introduction F# articles and presentations I made the
observation that the forward pipe operator is widely popular. Its also
a language feature that, when it comes up on blogposts or on
stackoverflow, its presented as a special F# feature.
In the Ocaml world the pipe doesn't have a special place. I doesn't
come up in any of the Ocaml Books (print or pdf) and hardly any
internet articles or blog posts. For example Jon Harrop mentions the
pipe in one of his F# books but not in the Ocaml for Scientists book.
Looking at the mentioned F# code, I think the usage of the pipe has an
( imho positive) impact on the style and the readability of the code.
But obviously the proficient Ocaml folks don't use it - could someone
may explain the reason(s)?
thanks
ben
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] why is the forward pipe operator (>|) so little used?
2010-10-02 18:22 why is the forward pipe operator (>|) so little used? ben kuin
@ 2010-10-02 22:45 ` Hezekiah M. Carty
0 siblings, 0 replies; 2+ messages in thread
From: Hezekiah M. Carty @ 2010-10-02 22:45 UTC (permalink / raw)
To: ben kuin; +Cc: caml-list
On Sat, Oct 2, 2010 at 2:22 PM, ben kuin <benkuin@gmail.com> wrote:
> hi
> Reading a few introduction F# articles and presentations I made the
> observation that the forward pipe operator is widely popular. Its also
> a language feature that, when it comes up on blogposts or on
> stackoverflow, its presented as a special F# feature.
> In the Ocaml world the pipe doesn't have a special place. I doesn't
> come up in any of the Ocaml Books (print or pdf) and hardly any
> internet articles or blog posts. For example Jon Harrop mentions the
> pipe in one of his F# books but not in the Ocaml for Scientists book.
> Looking at the mentioned F# code, I think the usage of the pipe has an
> ( imho positive) impact on the style and the readability of the code.
> But obviously the proficient Ocaml folks don't use it - could someone
> may explain the reason(s)?
> thanks
> ben
>
Ben,
A ( |> ) operator is provided in Batteries. I use it quite
frequently. I expect that others do as well.
That said, most books stick to the standard library. It is therefore
less likely that they would use such an operator unless it is defined
in the text of the book.
Hez
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-02 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-02 18:22 why is the forward pipe operator (>|) so little used? ben kuin
2010-10-02 22:45 ` [Caml-list] " Hezekiah M. Carty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox