On 17 March 2012 02:53, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
On 3/17/12, Kapps <opantm2+spam@gmail.com> wrote:
> @WebForm("Account");
> @PostTo("Services/CreateAccount")
> @SecureOnly(true)
> struct CreateAccountForm {

That kind of turns D from a structural to a declarative language. :p

And that's awesome in many situations! :)

This also maps really well to games/tools/editors/script bindings. C# has this, and it's an invaluable language feature. It adds so much simplicity to the tools code.