[erlang-questions] [ANN] SeqBind, Sequential Binding Parse Transformation for Erlang (Experimental)
Jack Moffitt
jack@REDACTED
Mon Jan 16 19:11:07 CET 2012
This reminds me a lot of the threading macros in Clojure. I like them a lot.
(-> ....) and (->> ....)
The first will take the result of the evaluation of a form and pass it
as the first argument of hte next form, and so on. The ->> version
passes the result as the last argument of the form.
It's very convenient.
Unfortunately, I don't think this Erlang version is syntactically
better enough to tempt me.
jack.
More information about the erlang-questions
mailing list