using System; class Program{ static void Main() { Console.WriteLine("Hello world!"); }}
I would recommend installing an IDE to help develop, such as eclipse http://www.eclipse.org/downloads/
Probably I guess, but if that's all he's after he may as well just bookmark a page using a web browser, mayn't he not?
I would recommend that if you really want to know the basics you should start by learning the basic semantics of programming http://en.wikipedia.org/wiki/Semantics_%28computer_science%29Once you get that you should progress to playing around with a basic language such as lua which is used in minecraft http://www.lua.org/docs.htmlOnce you understand the basic semantics of programming, all languages are inherently easier to understand, much like learning a foreign language makes learning more easier.I would recommend installing an IDE to help develop, such as eclipse http://www.eclipse.org/downloads/
Yea lua was mind fuck enough coming from C++, although they threw an Occam framework at me at the same time. I wonder what it would be like going the other way.
Randomish question, but has anyone ever tried using c# via mono to develop for android vs. using java. Because i find c# does have a good support base (especially for picking up the basics), and imo is a lot easier to just get going in. So i wonder if swindle will have better luck learning that/using that.
I love python, but I presume we're still on-topic, so wouldn't java be the first choice here? Even though SL4A allow most pure python to be used on android, I was under the (possibly naive) impression that java is the first class citizen for android apps .