Skip to content

Commit

Permalink
Update ideas.md
Browse files Browse the repository at this point in the history
More NativeCall and Rakudo project ideas.
  • Loading branch information
japhb committed Feb 4, 2014
1 parent 3858e6b commit c26f508
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions misc/gsoc-2014/ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ backend.

Possible mentors: moritz, ???

### Allomorphic Types

Implement allomorphic types (IntStr, RatStr, etc.), val(), proper handling
in MAIN(), and fix everywhere that assumes a single value cannot be both a
Numeric type and a Stringy type at the same time.

Possible mentors: ???


## MoarVM

Expand Down Expand Up @@ -86,6 +94,15 @@ Test that it works for at least the JVM or MoarVM backend.

Possible mentors: ???

### GUI toolkit bindings

Create NativeCall bindings for a cross-platform windowing toolkit such as Qt
or GTK+. Create or translate example code for a simple program that can be
easily extended by programmers learning how to use the toolkit for their own
applications. Test that it works for at least the JVM or MoarVM backend.

Possible mentors: ???


## Ecosystem

Expand Down

0 comments on commit c26f508

Please sign in to comment.