Category:Grain: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add basic info)
(Add a summary of Grain)
Line 1: Line 1:
{{stub}}{{language|Grain}}
{{stub}}
{{language
Grain is a new language that compiles to [[Category:WebAssembly|WebAssembly]] using [https://github.com/WebAssembly/binaryen Binaryen].
View more information at [https://grain-lang.org/ the website].
|site=https://grain-lang.org/
|gc=yes
|exec=compiled
|strength=strong
|Grain}}
[[Category:WebAssembly]]
Grain is a new language that compiles to [[WebAssembly]] using [https://github.com/WebAssembly/binaryen Binaryen].
It aims to bring functionality common in academic and functional languages into the hands of a modern programmer, whilst also feeling largely familiar and homely. Due to its compilation to WebAssembly, it can run anywhere a WebAssembly runtime can run including in the browser, on your computer, and on a server.

Revision as of 13:58, 14 October 2022

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Grain
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method:
Garbage collected: Yes
Type strength: Strong
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Grain.

Grain is a new language that compiles to WebAssembly using Binaryen. It aims to bring functionality common in academic and functional languages into the hands of a modern programmer, whilst also feeling largely familiar and homely. Due to its compilation to WebAssembly, it can run anywhere a WebAssembly runtime can run including in the browser, on your computer, and on a server.

Pages in category "Grain"

The following 4 pages are in this category, out of 4 total.