What is the easyest programming language?

Tuesday, October 31, 2006 by David Lyncheski | Discussion: Personal Computing

I am trying to choose a language for making software on windows. What would you recomend?
ZubaZ
Reply #1 Tuesday, October 31, 2006 3:14 PM
DesktopX
David Lyncheski
Reply #2 Tuesday, October 31, 2006 3:18 PM
no, Something to make a program like a notepad replacement.
ZubaZ
Reply #3 Tuesday, October 31, 2006 3:38 PM
You can do that in DX
David Lyncheski
Reply #4 Tuesday, October 31, 2006 3:55 PM
really? Well is there a lang that makes normal windows programs?
Armbut
Reply #5 Tuesday, October 31, 2006 4:07 PM
I think HTML was the easiest for me to learn...   But then again its not for Win32 programs.
David Lyncheski
Reply #6 Tuesday, October 31, 2006 4:20 PM
no.
Dark-Star
Reply #7 Tuesday, October 31, 2006 4:22 PM
.NET -- Simple enough to find plenty of documentation and powerful enough to do pretty much anything in the Windows Environment.
David Lyncheski
Reply #8 Tuesday, October 31, 2006 4:32 PM
ok, i will choose vb.net.
Zoomba
Reply #9 Tuesday, October 31, 2006 4:46 PM
HTML is not a programming language, it's a markup language, which is very very different.  It's manually defining display format, not actually coding and compiling an application.

.NET is good and it gives you the options of both VB and C#, so depending on how your brain works, you've got some choice.  Personally, I'm OKish with C syntax code, but can't understand BASIC code to save my life.  It just doesn't click in my head.  However, Visual Basic is most often recommended as the best beginner language since it is more "plain english" to to speak.

.NET also lets you build both web applications (such as these fine forums you see here) as well as stand-alone Win32 apps.  Lots of versatility.
Armbut
Reply #10 Tuesday, October 31, 2006 4:55 PM
I stand corrected then.
BONEHEADdb
Reply #11 Tuesday, October 31, 2006 5:20 PM
Visual Basic is my choice.
Chris TH
Reply #12 Tuesday, October 31, 2006 7:30 PM
I am trying to choose a language for making software on windows.


It's not usually the language (or more correctly the Syntax) that's the hard part to learn... it's usually getting your mind around all of the available functions i.e what they do, how to call them, which one to use and when etc, etc. This is in-turn dependant on the operating environment (in this case Windows).

The syntaxes between languages all have similar ways of achieving the same goal and I wouldn't say any one is 'easier' than another, just 'different'.



Mikes Daily Log
Reply #13 Wednesday, November 1, 2006 12:32 AM
Visual Basic is pretty easy, if it's still around. That was the first language I learned.
CerebroJD
Reply #14 Wednesday, November 1, 2006 2:32 AM
I would say that VB.net is a great way to learn. Its logical, and straightforward, and has a powerful function library in the .net architecture.
XX
Reply #15 Wednesday, November 1, 2006 2:40 AM
I would say go with C. Large percent starts with C. Try to guess what VB compiler was compiled from.
Island Dog
Reply #16 Wednesday, November 1, 2006 4:43 AM
You could try Microsoft's Visual Basic Express, it's free.

WWW Link
tawoods
Reply #17 Wednesday, November 1, 2006 6:48 AM
but can't understand BASIC code to save my life


Amen!!!! thanks for the .net I will look into that
thomassen
Reply #18 Wednesday, November 1, 2006 5:08 PM
I'd suggest a .NET programming language. My preference is C#. I used to do Visual Basic before, but I've now changed to prefer curly backet type programming languages. (C, C#, Javascript, PHP)
Threi
Reply #19 Wednesday, November 1, 2006 5:39 PM
html and c++ were the easiest for me
GreenReaper
Reply #20 Thursday, November 2, 2006 3:25 PM
If you want to make Windows apps without too much hassle, choose .NET. C is necessary for some things, but it has things that get in the way when you're learning basic stuff, like memory allocation.

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01