An introduction to the Julia language, part 2
An introduction to the Julia language, part 2
Posted Sep 5, 2018 13:52 UTC (Wed) by leephillips (subscriber, #100450)In reply to: An introduction to the Julia language, part 2 by rsidd
Parent article: An introduction to the Julia language, part 2
It works the same way as the threading macro in Clojure: https://clojure.org/guides/threading_macros (where, because it's a lisp, you only need to write the operator once).
The idea is more that you are sending data through a pipeline, rather than composing functions (although, of course, it's the same thing).
