Coming home after the DevFest, I'm just releasing the following Vulcan code, I hope you'll enjoy it ! Ok

 
TRY
    VoConf := DevFest{ 2008 }
    result := VoConf.HaveFun() .and. VoConf.LearnThings() .and. VoConf.MeetGreatPeople()
CATCH BadTime AS Exception
    // This should not happened !
END TRY