#Gleam Sandbox ( ⚠ unfinished)

1 messages · Page 1 of 1 (latest)

lusty lynx
#

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", yes foo = "0.1.0")
  • you have to deal with version resolution and modules yourself. i.e. lustre depends on gleam_stdlib so in gleam.toml I have to specify lustre and gleam_stdlib
  • when you switch files, the build output goes away so you have to build again :p
golden apex
#

Exciting!!!