Skip to content

Commit 413e68d

Browse files
Update features list
1 parent 4dc7225 commit 413e68d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>Readable and concise concatenative programming</h2>
7171
<span class="Special">Print</span> <span class="Function">Primes</span> <span class="Normal">up</span> <span class="Normal">to</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>

site.lisp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Print Primes up to 1000;")
7070
"Multiple return values"
7171
"Combinator oriented programming"
7272
"Predicate pattern matching"
73-
"Natural language programming"
74-
"Gradual typing with inference")
73+
"Natural language programming")
7574
(text "Interested? Read the " (link "tutorial" 'learn) " or visit our "(link "GitHub repository" "https://github.com/cognate-lang/cognate") "."))
7675

7776
(page 'learn

0 commit comments

Comments
 (0)