Currently, w/fn is a simple macro which does not support destructuring and rest argument, and the same holds for `let` in Wolframite expressions. Perhaps we could leverage [SCI](https://github.com/babashka/SCI) to do the parsing for us. Or look at squint (cljs -> js), which seems to [do its own thing](https://github.com/squint-cljs/squint/commit/a876b04066eecc6468cf2fedbc046074dea064cf) This would fix #126.