Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orasund/leaf-lang
- Owner: Orasund
- License: bsd-3-clause
- Created: 2021-08-15T16:52:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T10:18:34.000Z (about 3 years ago)
- Last Synced: 2024-02-13T09:13:01.051Z (11 months ago)
- Language: Elm
- Size: 695 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)