First group project

Hi All,
Given that we now have code to expose Web IDL interfaces on the global scope [1], I'm wondering how open people would be to starting a up a project around implementing the remainder of Web IDL? It primarily means implementing the conversion of ECMAScript values to WebIDL values (and out again). 

The project is relatively small, but it would be highly beneficial as a foundation on which to base much of our work (for any JS APIs). 

Architecturally, what I'm thinking is that we layer the code on top of Robin Berjon's WebIDL parser (which spits out a JSON-like structure). From there, we can create AMD modules for each data type, which can be loaded in as needed (should keep code small).

I guesstimate this is a 1-2 month project that can be easily split up amongst us. 

Kind regards,
Marcos 

[1] https://gist.github.com/4402084
-- 
Marcos Caceres

Received on Thursday, 3 January 2013 09:07:21 UTC