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).
I prefer https://github.com/gilch/hissp, where Hy has to use shims to pretend statements are expressions, Hissp just targets the expression subset in the first place. (though as you mentioned, hy has a lot of literature and support around it, where as you're going to have to find your own way around hissp)
Y_Y|3 years ago
For example: https://github.com/FPTensorFlow/hy-tensorflow-tutorials
shaunsingh0207|3 years ago
0xblood|3 years ago
tomcam|3 years ago