Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
only lists are lazy as suggested by timotimo
  • Loading branch information
stmuk committed Oct 6, 2015
1 parent 7e2d6c6 commit 4a11eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.html
Expand Up @@ -41,7 +41,7 @@ <h3 class="panel-title">
<div class="panel-body trim">
<ul class="shy-list">
<li>Object-oriented programming including generics, roles and multiple dispatch</li>
<li>Functional programming primitives, lazy and eager evaluation, junctions, autothreading and hyperoperators (vector operators)</li>
<li>Functional programming primitives, lazy and eager list evaluation, junctions, autothreading and hyperoperators (vector operators)</li>
<li>Parallelism, concurrency, and asynchrony including multi-core support</li>
<li>Definable grammars for pattern matching and generalized string processing</li>
<li>Optional and gradual typing</li>
Expand Down

0 comments on commit 4a11eaf

Please sign in to comment.