EXE
WinGet
Grain
Grain · 0.7.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
grain-win-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Grain.Grain
Version
0.7.0
Description
A new language that puts academic language features to work.
License
LGPL-3.0
↗
Homepage
https://grain-lang.org/
Release Notes
⚠ BREAKING CHANGES
- cli: Require node >=22.13 (#2256)
- compiler: Disallow whitespace for negative literals + allow infix operators on new line (#2136)
- compiler: Custom Grain object files (#2104)
- Remove -> token in favor of => (#2177)
- stdlib: Seeded hashing (#2170)
- stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178)
Features
- Add getAll, setAll, removeAll to List.Associative (#2224) (9c49a23)
- cli: Support node v22 and v23 (#2207) (130c494)
- comp…