File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ <h2>Readable and concise concatenative programming</h2>
71
71
< 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 >
72
72
</ pre > </ div >
73
73
< 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 >
75
75
< 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 >
76
76
77
77
< br > < br > < br >
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ Print Primes up to 1000;")
70
70
" Multiple return values"
71
71
" Combinator oriented programming"
72
72
" Predicate pattern matching"
73
- " Natural language programming"
74
- " Gradual typing with inference" )
73
+ " Natural language programming" )
75
74
(text " Interested? Read the " (link " tutorial" ' learn) " or visit our " (link " GitHub repository" " https://github.com/cognate-lang/cognate" ) " ." ))
76
75
77
76
(page ' learn
You can’t perform that action at this time.
0 commit comments