Changes between Version 23 and Version 24 of GSoc2011

Show
Ignore:
Timestamp:
03/12/11 01:35:35 (11 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v23 v24  
    181181 * '''Details''': An implementation of the Java language on Parrot. To reduce this project's scope, the standard library should be taken from an existing project (for example, GNU Classpath). 
    182182 * '''Expected Deliverables''': A Parrot HLL implementation including registered HLL runtime compiler and fakecutable, examples and tests, user documentation. 
     183 
     184=== GNU Scientific Library (GSL) bindings for Parrot=== 
     185 
     186 * '''Difficulty''': <3/5> 
     187 * '''Links of Interest''': http://www.gnu.org/software/gsl/ http://search.cpan.org/~leto/Math-GSL/ 
     188 * '''Possible Mentors''': ? 
     189 * '''Details''': This project can be thought of as porting Math::GSL to Parrot. 
     190 * '''Expected Deliverables''': There are many GSL subsystems, so this project should focus on binding to Special Function, Random Distributions and Cumulative Distribution Functions (CDFs)