www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - C# wish list

reply "bearophile" <bearophileHUGS lycos.com> writes:


http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30931-languages-c-



try
{
// smth}
catch (RemoteException, NamingException , CreateException e)
{
// smth
}



here:
http://www.reddit.com/r/programming/comments/10eq96/nonnullable_types_vs_c_fixing_the_billion_dollar/

http://twistedoakstudios.com/blog/?p=330

----------------------------


http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30935-languages-f-


open Module1(p = 100)

Bye,
bearophile
Sep 24 2012
parent "Paulo Pinto" <pjmlp progtools.org> writes:
On Tuesday, 25 September 2012 at 02:15:59 UTC, bearophile wrote:


 http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30931-languages-c-



 try
 {
 // smth}
 catch (RemoteException, NamingException , CreateException e)
 {
 // smth
 }



 here:
 http://www.reddit.com/r/programming/comments/10eq96/nonnullable_types_vs_c_fixing_the_billion_dollar/

 http://twistedoakstudios.com/blog/?p=330

 ----------------------------


 http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30935-languages-f-


 open Module1(p = 100)

 Bye,
 bearophile
Thanks for the heads up. Time to give some votes out of my MSDN account. already supports generics. I wonder which use cases it would be good for. -- Paulo
Sep 25 2012