If I wanted to do ML but with lispy syntax I'd probably use Hy, which is just a python re-skin. There is plenty of literature out there about ML in Hy (although it's not hard to translate from python too).<p>For example: <a href="https://github.com/FPTensorFlow/hy-tensorflow-tutorials">https://github.com/FPTensorFlow/hy-tensorflow-tutorials</a>