scheme-for-max
scheme-for-max copied to clipboard
implement thread first and thread last macros
implement the clojure-style -> and ->> thread first and thread last macros so we can build compound statements in simple max messages, like: foo 1 2 -> + 10 ->> out 1
Jon Arkell has got it working, he may improve it so will leave this open
See also SRFI 197: Pipeline Operators.
closing as haven't found any issues yet with Jon's implementation