Great! One thing that might be a nicely-sized project is implementing job queues[1]. It's a requirement for moving Promises into SpiderMonkey, and would be helpful for testing in the shell, because it'd allow us to simulate things like setInterval.
Actually moving Promises into SpiderMonkey might then be another good project, though that depending on job queues might make for some awkward timing issues. Also, with that kind of time commitment required, I'll gladly help out. [1] http://people.mozilla.org/~jorendorff/es6-draft.html#sec-jobs-and-job-queues On Wed, Sep 17, 2014 at 6:51 PM, Jim Blandy <[email protected]> wrote: > I'm mentoring five college students this fall as part of Facebook's Open > Academy program. They receive academic credit for contributing to a > real-world open source project, with supervision from a professor at their > university, and a mentor in the open source project. I just got my student > list; they're from UCSD, UIUC, UPenn, and University of Campinas (Brazil). > > I have two favors to ask of you all: > > * Can you think of projects that would be suitable for these students? > I don't yet know what level they're at This is one class out of a > normal course load, so it's not on the same scale as our full-time > internships, but we should be able to find something substantial > that's at a suitable scale > * Would anyone be willing to help me mentor? The coordinator says this > will be "two to three hours weekly", plus a 30 minute weekly > all-team meeting, so if you volunteer to help it should be a > fraction of that. For you, it would entail attending the weekly > meeting, and generally being available on IRC. Naturally, I'll be > available, too. > > I hope you can help me out! > > _______________________________________________ > dev-tech-js-engine-internals mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals > _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

