Just thought I'd share the progress I've made so far for my second try at a Gleam Sandbox.
note: it is unfinished
Currently it is at https://gleam-sandbox.vercel.app
GitHub Repository: https://github.com/Enderchief/gleam-sandbox
Some caveats for now:
- you have to specify the exact version of the dependency you need (no
foo = "~> 0.1", yesfoo = "0.1.0") - you have to deal with version resolution and modules yourself. i.e.
lustredepends ongleam_stdlibso ingleam.tomlI have to specifylustreandgleam_stdlib - when you switch files, the build output goes away so you have to build again :p