Hi !
I'm completely new to Elm, but just as a learning experience I've created a Light Table plugin for Elm.
Highlights for the initial release includes:
- Syntax hightlighting (using basic CodeMirror mode)
- Linting
- Inline eval/repl (very crude, using a background process running elm-repl)
- Make shortcut
- Automtically starts elm-reactor in the background (using a port range to support multiple projects concurrently)
- Inline documentation (using elm-oracle)
- Language docs (again compliments of elm-oracle)
- Simple autocompleter (elm-oracle to the rescue)
I've created a screencast to demo it's features:
http://rundis.github.io/blog/2015/elm_light.htmlThe project resides on
https://github.com/rundis/elm-lightComments appreciated, and if someone would be willing to help out improving and extending it do let me know !
cheers
Magnus