I haven't written here for a while
The end of my last semester at the Open University is nigh, so I don't have much time for extracurricular activities.
Since I haven't mentioned it before, I'm studying for a B.A. in Computer Science. Last chores for this semester:
- Compilation project (quite simple).
- Prolog/”AI” project (game or some expert system). I haven't chosen a topic yet.
- Programming Languages project: “Generics in the C# Language and the CLR“. In this thesis I will examine the implementation of generics in .NET, compare it to other languages, and implement generics in the Mono C# compiler (unlike the Microsoft generics, this will be C++/Java-style, i.e. not in the Mono CLR, which is inferior, but much less work. :-) BTW, if you're interested in PLs, you should check out Lambda the Ultimate, a most up-to-date blog on these matters, which is managed by my professor.