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 to do the parsing for us. Or look at squint (cljs -> js), which seems to do its own thing
This would fix #126.