sl-sh-dev/sl-sh

Endfix processing will not handle things like ((fn () (println "111")))

Closed this issue · 0 comments

If endfix is on and you try to do something like ((fn () (println "111"))), declare a lambda and call it in one line, it does not work. It just produces the lambda (ie as if the outer parens were not there) instead of printing 111.

sl-sh 0.8.105 (master:ce946e0, release build, linux [x86_64], Oct 18 2020, 18:17:53 UTC [rustc 1.46.0])
but it is in earlier versions as well.