Wednesday, July 13, 2005

There's a time and a place...

I've been lazy for a while. Actually, I've been working in a new book on ASP.NET v2.0 and some courses. Anyway, I haven't found enough time for Freya, but I'm back...
The new logoWe have a new "logo" for Freya! Nothing to be proud of, but we have finally a logo. The capital F has been drawn with the French Script font. It has been sheared, rotated and bevelled using Xara X1 (heartily recommended!). There's a full update of the Freya's home on the way, and it should be ready by the end of this week.
I still have to move the compiler source to the Visual Studio beta 2; right now, it compiles with the Visual C# Express beta 2. Next, I will implement the code to enforce accessibility levels. That's a funny feature of the CLR: even if your compiler doesn't check your access rights regarding a class member, the runtime will detect the violation and will signal it as a runtime error. There's no way for cheating encapsulation in the framework.