LunarML – Standard ML compiler that produces Lua/JavaScript
1–10 of 25 posts
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#2There is also MLKit's SMLtoJs which compiles to Javascript, but not to Lua.
https://github.com/melsman/mlkit/blob/master/README_SMLTOJS....
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#3Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#4I got tricked up by the acronym. This compiles the programming language "Standard ML [Meta Language]" to the programming languages Lua or JavaScript. It's not a machine learning compiler.
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#5Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#6(Standard for readable for me is ReScript)
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#7This is a very cool project. There is also MLKit's SMLtoJs which compiles to Javascript, but not to Lua. https://github.com/melsman/mlkit/blob/master/README_SMLTOJS....
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#8It was my introduction to typed FP concepts via this course (Part A) https://www.coursera.org/learn/programming-languages
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#9I've always loved Standard ML and feel it's never gotten the love that it deserved. It was my introduction to typed FP concepts via this course (Part A) https://www.coursera.org/learn/programming-languages
Chris okasaki's purely functional data structures is an excellent intro to SML if your familiar with FP already.
Re: LunarML – Standard ML compiler that produces Lua/JavaScript
#10I got tricked up by the acronym. This compiles the programming language "Standard ML [Meta Language]" to the programming languages Lua or JavaScript. It's not a machine learning compiler.