Skip to content

Commit 14c2424

Browse files
Update features list
1 parent a5cb7c5 commit 14c2424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ <h2>Readable and concise concatenative programming</h2>
7171
<span class="Special">Print</span><span class="NonText"> </span><span class="Function">Primes</span><span class="NonText"> </span><span class="Normal">up</span><span class="NonText"> </span><span class="Normal">to</span><span class="NonText"> </span><span class="Number">1000</span><span class="Normal">;</span>
7272
</pre></div>
7373
<div class="text">Cognate borrows from other concatenative languages, but also adds unique features of its own.</div>
74-
<ul><li>Point-free functions</li><li>Operation chaining</li><li>Multiple return values</li><li>Combinator oriented programming</li><li>Predicate pattern matching</li><li>Natural language programming</li><li>Gradual typing with inference</li></ul>
74+
<ul><li>Point-free functions</li><li>Operation chaining</li><li>Multiple return values</li><li>Combinator oriented programming</li><li>Predicate pattern matching</li><li>Natural language programming</li></ul>
7575
<div class="text">Interested? Read the <a href="learn.html">tutorial</a> or visit our <a href="https://github.com/cognate-lang/cognate">GitHub repository</a>.</div>
7676

7777
<br><br><br>
7878
</body>
79-
</html>
79+
</html>

0 commit comments

Comments
 (0)