Category:Grain: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add a summary of Grain)
m (Update Grain exec info)
 
Line 3: Line 3:
|site=https://grain-lang.org/
|site=https://grain-lang.org/
|gc=yes
|gc=yes
|exec=compiled
|exec=bytecode
|strength=strong
|strength=strong
|Grain}}
|Grain}}

Latest revision as of 10:40, 15 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: Compiled (bytecode)
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.