Lua is famously and deceptively simple and enables many different programming paradigms. Like Javascript, it's possible to make it shine by adding more specialized syntax. I started this list to document the languages I found looking for an ML/F# like language.
Note: Unmaintained languages have been marked with (*) and Archived languages have been marked with (^)
Pull requests welcome!
An intriguing new avenue of development started by Rochus Keller for an Oberon to LuaJIT bytecode compiler provides an elegant way of leveraging the ecosystem:
For lack of a better designator, these projects are well known, or compiles existing languages
There are so many Lisp variants, they deserve their own category.
https://github.com/LuxLang/lux Statically typed, functional lisp with an ML-like module system
(*) https://github.com/davidgiven/clue