Slashdot Mirror


User: Anonymous+Countword

Anonymous+Countword's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:I don't think so on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Java public class Hello { public static void main(String[] args) { System.out.println("Hello"); } } C# using System; class Hello { public static void Main(string[] args) { Console.WriteLine("Hello"); } } I'm not sure how your senses work but both of them look pretty artificial to me. By the way, I think you mean Linux Desktop Development.