March 2008 Entries
WARNING: This is a speculative post. Caveat emptor. I apologize for the long silence, things have been a little busy around Panopticon Central these days! Anyway, I wanted to go back to talking about some of the things that we’re thinking about for the next version, and I thought I’d go over a small one: automatically implemented properties. As the name implies, these would be basically the same thing you get in C# 3.0’s auto-implemented properties. What we’re talking about is allowing you to have a simple property declaration like so:Public Property x() As Integer
This would generally expand under the...