forked from smessing/Hog
-
Notifications
You must be signed in to change notification settings - Fork 0
To Do List
barapa edited this page Mar 6, 2012
·
7 revisions
- Create the structure of the LRM based on K/R.
- Write a non-MapReduce tutorial program (fibonacci numbers + different sorts?)
- Start developing a CFG for the non-MapReduce part of the grammar, keep in mind those things that can't be captured (i.e. that variables be declared before they're used (if we want that...)).
- Write a MapReduce tutorial program to be used in the language tutorial. [done]
- Write MapReduce introduction section of Language Reference Manual with Jason
- Write MapReduce introduction section of Language Reference Manual with Kurry