-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathindex.html
144 lines (144 loc) · 8.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<head>
<script defer data-domain="grain-lang.org" src="https://plausible.io/js/script.js"></script>
<title>Grain: A strongly-typed functional programming language for the modern web.</title>
<meta name="description" content="Grain is a new programming language that puts academic language features to work.">
<link rel="canonical" href="https://grain-lang.org/" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,initial-scale=1,user-scalable=yes">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,700&display=swap"></noscript>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans"></noscript>
<script async src="https://kit.fontawesome.com/080d9b67ba.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="stylesheets/style.css" />
</head>
<body>
<section class="site-banner">
<span>Announcing <a href="/blog/2024/03/04/announcing-grain-v0.6-emmer/" target="_blank" rel="noopener">Grain v0.6 Emmer</a>—new module system, labeled+default arguments, and much more!</span>
</section>
<section id="hero">
<nav id="nav">
<a href="/"><img class="nav-logo" width="127" height="32" src="/images/grain_logo_white.svg"></a>
<div class="nav-links">
<a href="/docs" class="nav-link heading">Guide</a>
<a href="/docs/intro" class="nav-link heading">Documentation</a>
<a href="https://github.com/grain-lang/grain/graphs/contributors" class="nav-link heading">Community</a>
<a href="/blog" class="nav-link heading">Blog</a>
<a href="/try" class="nav-link heading">Try</a>
</div>
<div class="nav-social-links">
<a href="https://github.com/grain-lang/grain" class="nav-link"><i class="fab fa-github nav-social-link"></i></a>
<a href="https://twitter.com/grain_lang" class="nav-link"><i class="fab fa-twitter nav-social-link"></i></a>
<a href="https://discord.com/invite/grain-lang" class="nav-link"><i class="fab fa-discord nav-social-link"></i></a>
</div>
</nav>
<div class="nav-links-mobile">
<a href="/docs" class="nav-link heading">Guide</a>
<a href="/docs/intro" class="nav-link heading">Documentation</a>
<a href="https://github.com/grain-lang/grain/graphs/contributors" class="nav-link heading">Community</a>
<a href="/blog" class="nav-link heading">Blog</a>
<a href="/try" class="nav-link heading">Try</a>
</div>
<div class="hero-content">
<img class="brand" width="192" height="206" src="/images/grain_shorthand_white.svg">
<h1 class="hero-heading heading">A modern web staple.</h1>
<h2 class="hero-heading2 heading">Grain is a new language that puts academic language features to work.</h2>
<a href="/docs" class="button hero-cta">Let's Go</a>
</div>
</section>
<section class="blurbs">
<div class="blurb-wrapper">
<div class="blurb">
<i class="fas fa-layer-group blurb-icon"></i>
<h2 class="blurb-title heading">Powered by WebAssembly</h2>
<p class="blurb-message">Enter the future. Grain compiles directly to WebAssembly, taking full advantage of its speed and efficiency.</p>
</div>
<div class="blurb">
<i class="fas fa-check-double blurb-icon"></i>
<h2 class="blurb-title heading">Sensible Types</h2>
<p class="blurb-message">No runtime type errors, ever. Every bit of Grain you write is thoroughly sifted for type errors, with no need for type annotations.</p>
</div>
<div class="blurb">
<i class="fas fa-hand-holding-heart blurb-icon"></i>
<h2 class="blurb-title heading">Functional Yet Flexible</h2>
<p class="blurb-message">Grain has its roots in functional programming, but is flexible enough to accommodate different programming styles for various applications.</p>
</div>
</div>
</section>
<section class="vision">
<h2 class="vision-heading heading-bold">
Our Vision
</h2>
<p class="vision-content">
Grain aims to modernize innovative features from functional and academic programming languages and bring them to the masses. Many languages have had wonderful ideas, but they have ultimately been dismissed as esoteric or too difficult to learn and, consequently, have struggled to rally a large community around them. Grain hopes to bring new life to these ideas and present them in an accessible form that’s easy to use and understand.
</p>
</section>
<section class="contribute">
<h2 class="contribute-header heading">
Want to be a part of Grain’s development?
</h2>
<p class="contribute-message">Whether you want to dive into some code, write some docs, give us your ideas, or just come hang out, we’ve got a place for you.</p>
<div class="contribute-ctas">
<a href="https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md" class="button button-secondary contribute-cta">
View the Contributing Guide
</a>
<a href="https://discord.com/invite/grain-lang" class="button button-secondary contribute-cta">
<i class="fab fa-discord contribute-discord"></i> Join Our Discord Server
</a>
</div>
</section>
<section class="banner">
<h2 class="heading banner-header">Build it with Grain.</h2>
<p class="banner-message">Start a project now and help shape the future of Grain.</p>
<a href="/docs" class="banner-cta button">Let's Go</a>
</section>
<footer class="footer">
<img width="64" height="68" src="/images/grain_shorthand_color.svg" alt="Grain shorthand" class="footer-logo">
<div class="footer-links">
<p class="footer-link-header">For Developers</p>
<ul>
<li><a href="/docs">Guide</a></li>
<li><a href="/docs/intro">Documentation</a></li>
<li><a href="https://github.com/grain-lang/grain/graphs/contributors">Community</a></li>
</ul>
</div>
<div class="footer-links">
<p class="footer-link-header">For Contributors</p>
<ul>
<li><a href="https://github.com/grain-lang/grain/blob/master/CONTRIBUTING.md">Contributing Guide</a></li>
<li><a href="https://github.com/grain-lang/grain/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
<li><a href="https://discord.com/invite/grain-lang">Discord</a></li>
</ul>
</div>
<div class="footer-right">
<div class="footer-social-links">
<a href="https://github.com/grain-lang/grain" class="footer-social-link"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/grain_lang" class="footer-social-link"><i class="fab fa-twitter"></i></a>
<a href="https://discord.com/invite/grain-lang" class="footer-social-link"><i class="fab fa-discord"></i></a>
</div>
<div class="made-by">
<p>Made with <i class="fas fa-cocktail"></i> by the Grain core team <br class="hide-mobile">& Grain contributors</p>
</div>
</div>
</footer>
</body>