Skip to content

Luml is a type-inferred ML-style language that cross-compiles to Lua

License

Notifications You must be signed in to change notification settings

merle-lang/luml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luml

Luml is a type-inferred language in the tradition of Elm, OCaml, F# etc, which cross-compiles to Lua with the intention of being used as an embedded scripted language, or stand-alone using the Lua interpreter or LuaJit. It is implemented in OCaml.

This isn't intended for any production use and won't see any future development; it is left here as a historical curiosity and as an example of implementing a type-inferred language and cross compiler in OCaml.

Installation

macOS

curl -Ls https://git.io/f4y8I | bash

Test installation by running luml to access the REPL.

About

Luml is a type-inferred ML-style language that cross-compiles to Lua

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages