Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Orasund/leaf-lang

A multi paradigm scripting language for elm
https://github.com/Orasund/leaf-lang

Last synced: about 1 month ago
JSON representation

A multi paradigm scripting language for elm

Awesome Lists containing this project

README

        

# Leaf

Leaf is a multi paradigm scripting language for Elm. It is designed to be extendable to fit your needs.

Leaf is
* dynamically typed
* extendable (by normal Elm functions)
* based on Lua with a few features taken from Rust
* context sensitive (similar to Ports in Elm)
* small (50KB of pure Elm code)

Checkout the [interactive documentation ;)](https://orasund.github.io/leaf-lang)