Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grain-lang/grain
The Grain compiler toolchain and CLI. Home of the modern web staple. đž
https://github.com/grain-lang/grain
compiler functional-programming grain language wasm webassembly
Last synced: 3 days ago
JSON representation
The Grain compiler toolchain and CLI. Home of the modern web staple. đž
- Host: GitHub
- URL: https://github.com/grain-lang/grain
- Owner: grain-lang
- License: lgpl-3.0
- Created: 2017-04-11T19:49:19.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:34:09.000Z (9 months ago)
- Last Synced: 2024-04-14T15:23:22.824Z (9 months ago)
- Topics: compiler, functional-programming, grain, language, wasm, webassembly
- Language: Reason
- Homepage: https://grain-lang.org/
- Size: 16.6 MB
- Stars: 3,140
- Watchers: 49
- Forks: 111
- Open Issues: 233
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-list - grain - lang | 2010 | (Reason)
- awesome-repositories - grain-lang/grain - The Grain compiler toolchain and CLI. Home of the modern web staple. đž (Reason)
README
---
Grain is a new programming language that compiles to [WebAssembly](http://webassembly.org/) via [Binaryen](https://github.com/WebAssembly/binaryen). For more information about the language, check out [grain-lang.org](https://grain-lang.org/).
If it's your first time here, we recommend that you follow [the Grain guide](https://grain-lang.org/docs) to get up and running.
## Contributing
There are tons of ways to contribute to Grain. Check out our [contributing guide](https://github.com/grain-lang/grain/blob/main/CONTRIBUTING.md) for more info and come [chat with us on Discord](https://discord.gg/grain-lang)! All contributors are held to our [contributor code of conduct](https://github.com/grain-lang/grain/blob/main/CODE_OF_CONDUCT.md).
## Building
For instructions on how to build Grain from source, please consult the [official documentation](https://grain-lang.org/docs/getting_grain#Building-Grain-from-Source).
### Other Commands
To link the CLI:
```bash
npm run cli link
```To reset your compiler build:
```bash
npm run compiler clean
```Copyright Šī¸ 2017-2024 Philip Blair, Oscar Spencer, & contributors.