Yes! Currently I'm working on a completely ridiculous project which is likely going to take 5-10 years of my life and is... rather useless.
The project is Kronos C#, which is designed to be a drop-in replacement for the Microsoft Visual C# compiler, i.e. the idea is you will be able to literally replace the Visual Studio compiler with Kronos C# and everything still works precisely the same - so it compiles, interacts with Visual Studio, emits correct metadata, compiles on-the-fly as you use Visual Studio, etc. etc. - everything. Not to mention the fact it has to have excellent performance characteristics. The idea is to expose myself to the development of a modern compiler, with all the constraints actual commercial compiler devs have to deal with.
The purpose of the project is twofold - firstly and most importantly it's very, very educational, both with regard to C# as well as compilers and programming languages in general, secondly it establishes a compiler framework which I hope to go on to use to develop compilers for other languages as well as tools for Kronos C# which may turn out to be useful to C# devs as a whole.
It's likely nobody is going to use any of the code... but goddamn is it interesting; most importantly I hope I'll come out of the process a better programmer than when I went into it!