top | item 34908067

Lush – Lisp-like language for machine learning designed by Yann LeCun

34 points| complex1314 | 3 years ago |lush.sourceforge.net

10 comments

order

Y_Y|3 years ago

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).

For example: https://github.com/FPTensorFlow/hy-tensorflow-tutorials

shaunsingh0207|3 years ago

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)