What is the first program for beginners?
"Hello, world!"?
Is it fun?
If they use C# or VB.NET, Windows application is better.
If they use Ruby (Ruby on Rails), Web application is better.
Subscribe to:
Post Comments (Atom)
I'm a Japanese programmer. I write about C#, Ruby and JavaScript.
2 comments:
My first computer program back 1986 was in BASIC on Apple IIe :)
10 cls
20 print "hello world!"
that was short and sweet...
I think that irb (interactive ruby) can be an alternative to BASIC.
Post a Comment