Skip to content

pithub/elm-repl-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm REPL Worker


What Is It?

An Elm Platform.worker that runs elm repl internally. It communicates with your app via ports.

The REPL uses a port of the Elm compiler from Haskell to Elm.

For more information see the recording of the August 2024 Elm Online Meetup:
https://www.youtube.com/watch?v=OK9S_HUdReA.


How to Use It?

Compile the Worker

make

or

elm make src/Repl/Worker.elm --output dist/worker.js

Add It to Your App

In branch clients there are examples for adding the REPL worker to an Elm app:


About

Elm REPL Worker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages