grain-lang.org icon indicating copy to clipboard operation
grain-lang.org copied to clipboard

The Grain language website.

Results 59 grain-lang.org issues
Sort by recently updated
recently updated
newest added

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...

hold for next grain release

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
playground

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.

enhancement
playground

![image](https://github.com/user-attachments/assets/fd0c7f2b-9103-49ea-a3c1-f8fd4549f8f8) 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...

documentation