feature requests, and showing off your projects.
</p>
<div style="margin-top: 12px">
- <a href="https://discord.gg/GVFamnQq" class="link-button">Join Discord</a>
+ <a href="https://discord.gg/bhuN36dqj7" class="link-button">Join Discord</a>
</div>
</div>
<h2>Language Features</h2>
</div>
+ <p>
+ For full language documentation and reference <a href="https://docs.onyxlang.io">see the Onyx Book</a>.
+ </p>
+
<div class="scrollport">
<div>
<div>
<h2>Syntax</h2>
<br />
- <p>Onyx uses a modernized C-like syntax, similar to Jai or Odin. Start learning the syntax from official <a href="https://docs.onyxlang.io/book">Language Reference Book</a>.</p>
+ <p>Onyx uses a modernized C-like syntax, similar to Jai or Odin. Onyx is a procedural language, but does allow for functional-inspired syntax using the pipe operator.
</div>
<pre class="hljs"><code class="language-onyx">use core { printf, iter }
</p>
<div style="margin-top: 12px">
- <a href="https://discord.gg/GVFamnQq" class="link-button">Join Discord</a>
+ <a href="https://discord.gg/bhuN36dqj7" class="link-button">Join Discord</a>
<a href="https://github.com/onyx-lang/onyx" class="link-button">Go to GitHub</a>
</div>
</div>