* Ideas There are many pending classes that need to be implemented. Those have the highest impact in the Mono project: the sooner they are done, the sooner we can start using this platform to create new and exciting applications. That being said, if you are not very excited about working on class libraries, here is a list of other related projects or tools that might be useful to the Mono project. Here are a few ideas of tools, classes and projects that you could start. More are forthcoming. ** Runtime We need a verifier that can be run on an executable (assembly) and tells whether the metadata for the executable is correct or not. It should report any anomalies. For a list of anomalies in assemblies, check the various assertions that are described on the ECMA documentation. This will help test our generated executables and can be also used as an external verifier. ** Classes ** Projects