This project provides an online editor for creating, sharing and embedding Scala fiddles (little Scala programs that can run in your browser).
For documentation on how to use the ScalaFiddle editor, see the Welcome.
ScalaFiddle has been designed to be easy to host on your own. It's published as Docker images (scalafiddle/scalafiddle-editor
,
scalafiddle/scalafiddle-router
and scalafiddle/scalafiddle-core
) which provide an easy way to set up your own service.
If you'd like to contribute to the ScalaFiddle project, for example to add a new library dependency, read the contribution guide for more instructions on how to set up a local dev env for ScalaFiddle editor and core.