iainctduncan/scheme-for-max

implement thread first and thread last macros

Closed this issue · 3 comments

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

closing as haven't found any issues yet with Jon's implementation