DEV Community

Discussion on: Future Javascript: Javascript Pipeline Operators

Collapse
 
csaltos profile image
Carlos Saltos • Edited

If you don’t want to wait you can use them right now with Elm, check them out at elm-lang.org/docs/syntax#operators … and includes a lot of other cool things, specially a very helpful and fast compiler

Collapse
 
shuckster profile image
Conan

"If you don't want to wait to use a pipeline operator, just convert your entire codebase to a completely different language!"

Yeees... 😁

Just a gentle jab. Anyway, there are other ways of achieving pipelining without the new Hack-pipe operator that we can use today.

Thread Thread
 
csaltos profile image
Carlos Saltos

Ouch !! … (just a gentle ouch)

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

Another gentle jab 😁 you could use the F# one directly as well
fable.io

Thread Thread
 
csaltos profile image
Carlos Saltos

Yes, Fable is great too !! 👍😎