• 0

What is (are) the best programming language(s) for beginners?


  

465 members have voted

  1. 1. What is (are) the best programming language(s) for beginners?

    • Pascal
      13
    • Java
      68
    • Python
      36
    • Vb.net
      50
    • Basic
      23
    • Delphi
      6
    • C
      37
    • C++
      37
    • C#
      100
    • Smalltalk
      0
    • Lisp
      1
    • A++
      0
    • Curry
      1
    • Haskell
      2
    • Ruby
      12
    • Perl
      8
    • Other (refer)
      9
    • PHP
      62


Question

Recommended Posts

  • 0

Definitely BASIC or VB.NET if you want GUI. Others may argue for C++ or C# if you want more of a challenge in the beginners level.

I wonder what do you guys mean by BASIC. MS-DOS Quick BASIC? FreeBASIC? All the BASICs I know of are terribly outdated languages.

I'm also curious of why would you consider C# more of a challenge than VB.

  • 0

I wonder what do you guys mean by BASIC. MS-DOS Quick BASIC? FreeBASIC? All the BASICs I know of are terribly outdated languages.

I'm also curious of why would you consider C# more of a challenge than VB.

Although through the CLR, C# and VB.NET executes the same, the syntax is quite different. I learned MS-DOS Basic so I was used to working with VB.NET when it was introduced. Now that I am familiar with C#, the learning curve was steeper but doable (going from VB.NET to C#). It depends on your background and what kind of "baggage" going into learning a language. If you have a clean slate, learn C# as an introductory langauge which I believe is better. In this way, you weill be better prepared for the newer iterations of C# when it comes (in terms of SDK functionality like 2.0, 3.0, and now C# SDK 4.0).

  • 0

C# has quickly become my default language. It's clean, easy to read, very well documented and exampled, fast and I've found non-coders can read/understand it too. I've had people that have never touched programming before help me find tiny little logic errors in a hundred lines of code that were causing weird bugs.

That, and VS (even the Express Free editions) is SUPER powerful, and the best IDE / toolset available today...

That and the sheer flexibility of C#, it can, with very little to no change, be running as a web app, a desktop app, a phone app, a 360 game, and a silverlight client with literally zero changes to the code. (well, outside of interface stuff...but the core code's the annoying bits anyways) Yes, C/C++ can be doing the same thing, but combine that with it's cleanliness and syntax and it's the best choice IMHO

  • 0
Although through the CLR, C# and VB.NET executes the same, the syntax is quite different. I learned MS-DOS Basic so I was used to working with VB.NET when it was introduced. Now that I am familiar with C#, the learning curve was steeper but doable (going from VB.NET to C#). It depends on your background and what kind of "baggage" going into learning a language. If you have a clean slate, learn C# as an introductory langauge which I believe is better. In this way, you weill be better prepared for the newer iterations of C# when it comes (in terms of SDK functionality like 2.0, 3.0, and now C# SDK 4.0).
Oh, I wholeheartedly agree then. VB is the logical choice if you're coming from any kind of BASIC background. As a new programming language, I'd recommend C# over it though, due to the syntax being more usual, and there being less language-specific additions in it. And I say that having started with VB myself. :laugh:
That, and VS (even the Express Free editions) is SUPER powerful, and the best IDE / toolset available today...

That and the sheer flexibility of C#, it can, with very little to no change, be running as a web app, a desktop app, a phone app, a 360 game, and a silverlight client with literally zero changes to the code.

Isn't it awesome. :heart:
  • 0

You said it, not me. Therefore, YOU should be the one answering. And if you're complaining about how I didn't quote the phrase verbatim, well get a grip and don't be such a hardass.

Again, I cannot elaborate on your claim. I never said "have a program that can do everything," you did. Maybe you should ask yourself. I said that some people prefer very abstract languages (and environments, but the two are treated as the same on this forum most of the time) where you get a high level of reward with very little investment, while others enjoy the minutia of how things work. Depending on where on the scale one is, C and C++ can either be or not be enjoyable.

  • 0

Again, I cannot elaborate on your claim. I never said "have a program that can do everything," you did.

I will quote you again.

There is no reason why C or C++ can't be enjoyable to learn. It all comes down to whether you have a real interest in learning how things work, or if you just want to push a few buttons in a wizard and be instantly rewarded on a massive scale. Pick whatever suits your style.

Looks like you have a serious lack of reading comprehension. That, or you're just ignoring what you don't want to read and trying to not be proven wrong.

  • 0

I will quote you again.

Looks like you have a serious lack of reading comprehension. That, or you're just ignoring what you don't want to read and trying to not be proven wrong.

I know what I wrote, because I wrote it. I know exactly what it means, because I wrote it. I have told you several times. Nowhere does it say "magically have a program that can do everything," like you've also been told several times. This is the last response I'm going to give you in this thread, so if you write any responses, you can just paste them into Notepad and paste my last post (#60) below them and keep arguing with yourself for as long as you want. Have fun.

  • 0

I know what I wrote, because I wrote it. I know exactly what it means, because I wrote it. I have told you several times. Nowhere does it say "magically have a program that can do everything," like you've also been told several times. This is the last response I'm going to give you in this thread, so if you write any responses, you can just paste them into Notepad and paste my last post (#60) below them and keep arguing with yourself for as long as you want. Have fun.

And I also said "If you going to nit pick about how I didn't quote exactly, don't be such a hardass". :rolleyes:

/done

Anyways, back on topic... Personally, I learned BASIC on my TI-83 Plus. Learned loops, basic conditionals, flow control (the wonders of having to use GOTO), and assignments. After that, I went on to Visual Basic 6.0 and then to C++. From there, everything else. Having the background in understanding basic programming concepts like conditionals, math, assignments, flow control, functions, loops, etc before hitting C++ made learning C++ a lot less frustrating. I wasn't trying to learn all the concepts from scratch on top of having to worry about pointers and memory management. This is why I usually suggest scripting languages like Python for beginners. There's a lot you can do with it, and it makes it easy to learn fundamentals while being able to write up useful programs. C# is also good if you want to jump right into a more traditional C-style OO language. Lots of resources, lots of built in libraries, code completion, built in help for everything, and more.

Not many people seem to like or prefer Perl. Maybe I'm just weird. :laugh:

  • 0

Name one programming language where you can "push a few buttons in a wizard" and magically have a program that can do everything.

Go ahead. I'm waiting. :rolleyes:

I think he means the IDE. Microsoft does a real good job at wizards and shortcuts (ctrl+K, ctrl+S or right click "Surround with...") for development, hell they have a shortcut to do an "if" statement and block of code. Its good for connecting databases, forms, etc... but if you dont know how to do this without the magic of a wizard then thats not good. Well its not bad but would it be better to know the ground work also so you can have more control? It like using phpMyAdmin to do a database, all point and click and it even generates php code for you.

  • 0

More to the point, which godless soul voted for LISP?! :huh:

Ok, I'm going to take credit for that. I learned it way back in the early 90's when I was in college and I remember how stupidly hard that language was. I learned LISP man.. probably 16 years ago. It's bad. Even worse than RPG or COBOL, and those are pretty bad. But look at it this way, if you learn LISP first anything will be easier afterwards.

  • 0

Ok, I'm going to take credit for that. I learned it way back in the early 90's when I was in college and I remember how stupidly hard that language was. I learned LISP man.. probably 16 years ago. It's bad. Even worse than RPG or COBOL, and those are pretty bad. But look at it this way, if you learn LISP first anything will be easier afterwards.

Yeah. That's like saying that after you cut your finger 50% off with a saw, a slip with a kitchen knife won't be that bad.

  • 0

I think it truly depends on what you want to do.

The easiest language to learn is probably Basic or one of the variants like Visual Basic.Net however there's not really much call for it in a professional environment if that's where you ultimately want to head.

Perl is outdated, same with C++ etc.

I personally don't like Java and prefer C# over it but there's plenty of opportunities for both professionally.

If it's for websites then I'm afraid you can't just get by with one language these days. You need to learn HTML/XHTML, JavaScript, CSS, XML, backend language like C# etc. etc. (yes I know CSS, XML aren't really languages but in a way they count as you have to learn them).

  • 0
The easiest language to learn is probably Basic or one of the variants like Visual Basic.Net however there's not really much call for it in a professional environment if that's where you ultimately want to head.

I wouldn't say that VB (especially .NET) isn't desirable in a professional environment. Short of the syntax, VB.NET and C# are very similar, and VB is only very loosely descended from VBScript. There's still a fair amount of demand for it in business programming (the majority of the code where I work was originally written in ASP, and the developers made the jump to VB ASP.NET, so the majority of our work is still done in VB.NET).

=====================

My votes went to: Python, C++ and C# (with C++/C# in no particular order).

=====================

The whole C# vs C++ thing reminds me of this...

post-125341-12760359542253.jpg

  • 0

There is no reason why C or C++ can't be enjoyable to learn. It all comes down to whether you have a real interest in learning how things work, or if you just want to push a few buttons in a wizard and be instantly rewarded on a massive scale. Pick whatever suits your style.

I agree with you, I started programming in C, and then after about 2 years of that I now program in C++ aswell, I didn't care for things like VB, or C#, so I started playing with C and using gcc and thats when I actually started programming.

I voted C because its what I started programming in.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It's really pathetic that an MMA video game triggers your political rage...
    • Nvidia GeForce NOW gains support for seven more games as discounts continue by Pulasthi Ariyasinghe There's a brand-new update rolling out to Nvidia's GeForce NOW streaming service, and like every week, that means more games have received support on the platform. This week's drop has additions like Aphelion and Pro Cycling Manager 26 attached to it. Don't forget that the GeForce NOW summer sale is still active too. This limited-time offer drops the 12-month Performance membership from $99.99 to $64.99, saving members $35. At the same time, the 12-month Ultimate membership is currently going for $129.99, dropping the price by $70 from the original $199.99. Moreover, Nvidia reiterated that support for GOG single sign-in and game library is incoming this summer, joining stores like Steam, Ubisoft Connect, Battle.net, and Xbox. "Connect supported game store accounts and stream titles with GeForce RTX power. Games that include cloud-save functionality help keep progress intact across devices," added the company. "Start a game on one screen, pick up where playtime left off on another, and spend less time managing installs and storage space." Here are the games joining GeForce NOW's supported list this week: Embers of the Uncrowned Demo (New release on Steam, available 13) Pro Cycling Manager 26 (New release on Steam, available June 15) Aphelion (Steam) Citizen Sleeper (Epic Game Store, Free from June 18-25) Megastore Simulator (Steam) OPERATOR (Steam) Super Meat Boy 3D (Xbox, available on Game Pass) Keep in mind that, unlike subscription services like Game Pass or EA Play, a copy of a game must be owned by the GeForce NOW member (or at least have a license via PC Game Pass) to start playing via Nvidia's cloud servers. There is also a limit to how many hours subscribers can use the service per month, with extra time being purchasable in chunks.
    • 47% profit margin? Wtf!! I know companies are in business to make money but come on man. I know for a fact I'll never own one of these.
    • Most AI-powered mainframe migration vendors expected to fail by 2030, Gartner warns by Paul Hill Credit: Pexels You may have read that many companies still run code written in ancient programming languages like COBOL and pay a handsome sum for those who can maintain that code. Well, it looks like this area of the tech world could be the scene of an AI bubble. It turns out that there are mainframe exit vendors, helping companies move their legacy mainframe systems to modern cloud environments or servers such as Microsoft Azure and AWS, using generative AI tooling. Unfortunately, 75% of these vendors are now expected to pivot or cease operations as market realities take hold by 2030. Alessandro Galimberti from Gartner said: Some of the companies in the mainframe exit market are IBM, 21CS, BMC, Broadcom, Rocket Software, DXC, GTSG, and Kyndryl. The reasons some of these firms are expected to quit the market are a reset of market expectations and a decline in demand for one-size-fits-all migration solutions. The reset in expectations is likely to be driven by cost overruns and threats to business, and the potential occurrence of critical failures within businesses as a result of bad transition implementations. These insights from Gartner are pretty interesting because it’s a specific area of the market where doubt is being cast on generative AI. Many people have cast doubt on whether AI companies will successfully justify the massive amounts spent on GenAI to date, and this data from Gartner suggests the road could be rocky for GenAI.
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      532
    2. 2
      +Edouard
      166
    3. 3
      PsYcHoKiLLa
      71
    4. 4
      neufuse
      64
    5. 5
      ATLien_0
      63
  • Tell a friend

    Love Neowin? Tell a friend!