Skip to content

Commit

Permalink
roadmap: add playground page goal
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Apr 21, 2024
1 parent ac03daa commit 91dab5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/about/goals-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Here is a non-exhaustive list of tasks we want to eventually tackle within the G
- [ ] Add some form of **tail-call optimization.** This depends on changes to Nix itself to be fully practical, but there might be improvements we can make in the meantime.
- [ ] Fully decide the semantics of **Nix's lazy evaluation** when using Glistix. In particular, we should take a final stance on how discarded expressions behave in this regard by default.
- [ ] **Improve the package management and patching story.** We should cooperate with the upstream Gleam compiler to avoid future incompatibilities. Currently, our methods of overriding the Gleam standard library through Git submodules are quite manual and need replacement with proper Git dependencies together with requirement overriding.
- [ ] **Create a playground page in which you can compile Gleam to Nix online.** Would be nice to be able to give Glistix a quick try in your web browser (maybe even in the documentation)!

0 comments on commit 91dab5a

Please sign in to comment.