grain-lang.org
grain-lang.org copied to clipboard
The Grain language website.
In the current example the loop runs infinitely, without printing anything.
As we have decided to hold the new website for a little bit, I figured it would make sense to backport a few of the documentation improvements and fixes to...
Website redesign, stack: - Astro - Tailwind - Svelte
While working on #393 I noticed that we didn't have a formatter setup this adds prettier to ensure consistent formatting.
This adds support for multiple versions in the docs, by default we serve the latest version to `/docs/stdlib/list` or what have you but you can also do `/docs/v0.6.6/stdlib/list` and switch...
Currently the website only supports displaying docs for the latest Grain version. It would be beneficial to be able to display docs for older versions for users not using the...
The Monaco editor does not have great support for mobile browsers (ref https://github.com/microsoft/monaco-editor/issues/246). It may be worthwhile to use a different editor component if the user is on a mobile...
Currently program output is written to the output terminal once the entire program finishes executing. The output could instead be streamed to the window as new chunks are flushed.
 We use the import syntax still in the guide under the loops section, we should correct this and probably just do a quick search to make sure there are...