Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Add list comprehensions link, for Lawrence Kesteloot
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Feb 17, 2008
1 parent 941c407 commit 8b48127
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions www/index.html
Expand Up @@ -6,14 +6,19 @@ <h1>Welcome to Kijaro</h1>
</p>
<p>
The project contains a copy of the Open JDK javac compiler, which has been customised to add additional language features.
The features currently being worked on are:
We encourage everyone with a great idea to code it up in java and host it here.
</p>
<h3>Features</h3>
<p>
Each feature is developed in a separate branch. The features currently being worked on are:
</p>
<ul>
<li><a href="http://docs.google.com/Doc?id=ddhp95vd_0f7mcns">First Class Methods</a> (Method, Field &amp; Constructor literals, Method references, Inner methods)</li>
<li><a href="http://docs.google.com/View?docid=dfhbvdfw_1f7mzf2">Properties</a> (and property literals)</li>
<li><a href="http://docs.google.com/View?docid=dfhbvdfw_1f7mzf2">Properties</a> (and property literals)</li>
<li><a href="http://freddy33.blogspot.com/search/label/abstract%20enum">Abstract Enums</a></li>
<li><a href="http://www.jroller.com/jadda/entry/meta_interfaces_revisited">Static Implements / Contracts</a></li>
<li><a href="http://docs.google.com/View?docID=dggk68hh_1fzm779hh&revision=_latest">Anonymous parameters</a></li>
<li><a href="http://docs.google.com/View?docid=d4tx2hw_46fkz8x6gt">List comprehensions</a></li>
<li>...more coming soon!<br /></li>
</ul>
<p>
Expand Down

0 comments on commit 8b48127

Please sign in to comment.