• 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

    • Save 66% on a MagTag Ultra Slim Tracker Card for Apple or Android by Steven Parker Never Lose Anything Again with MagTag Today's highlighted deal comes via our Gear + Gadgets section of the Neowin Deals store where you can save 66% on this MagTag Ultra Slim Tracker Card - Works with Apple Find My App. Keep track of your world with MagTag, a sleek, ultra-slim, reliable tracker that’s built to help you safeguard your most important items. In the size of a credit card, just 1.5mm thick, you can slip MagTag easily into your wallet, backpack, passport pouch luggage…etc. Integrated seamlessly with Apple’s FindMy app, MagTag offers precise real-time global tracking, instant left-behind alerts, loud location beeping, and a long-lasting rechargeable battery. Whether you’re heading to work, on vacation, or simply running errands, MagTag ensures you never lose what matters most. No item left behind Precision Global Tracking: Works seamlessly with the Apple FindMy app, providing real-time tracking anywhere in the world, powered by the vast Apple network. Ultra Slim Design: At just 1.5mm thick and the size of a credit card, MagTag slips easily into your wallet, passport pouch, backpack, or luggage. Instant Alerts: Receive notifications the moment you leave behind your valuables, and locate them easily with a loud beeping sound. Versatile Attachment Options: With a built-in keyring hole, attach MagTag to keys, ID lanyards, kids’ bags, or name tags for easy access and protection. Long Battery Life & Wireless Charging: Lasts up to 5 months on a single charge and can be easily recharged with any Qi wireless charger. Durable & Waterproof: IP68 waterproof and dustproof built to withstand your adventures, perfect for vacations and everyday use, no matter where life takes you. Specs Color: Black Materials: ABS Dimensions: 0.05" x 3.35" x 2.13" (1.5mm x 85mm x 54mm) Ultra-slim Apple FindMy App Built-in keyring hole Battery life: up to 5 months Charging: Qi wireless IP68 rating (waterproof, dustproof) Manufacturer's 90-day warranty Good to know Ships to US Expected Delivery: Expected Delivery: Jun 23 - Jul 2 All sales final. This item is excluded from coupons. Here's the deal: This MagTag Ultra Slim Tracker Card (for Apple or Android) normally costs $59.99, but you can pick it up for just $19.99 for a limited time - that represents a saving of $19. For a full description, specs, and shipping info, click the link below. MagTag Ultra Slim Tracker Card now just $19.99 (was $59.99) Get the two-pack and save 70% Ships only to Contiguous US Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • I cannot believe this is a news post from Neowin. This should be embarassing, coming from a "senior editor". Is it your first day using Windows?! Maybe it's time to find a new Windows news site.
    • It's from having Core Isolation enabled in Windows security settings, which is a good thing!  It's letting you know it's not loading the Bonjour module as it's not signed in a way it would prefer. Bonjour was most likely installed along with iTunes. Feel free to disable that message using the checkbox.
    • I'm looking forward to starting over online. I have no reason to keep all the money, cars, rank after 13 years. Now if I can just move my character itself and nothing else. I would be fine with that. But I doubt they would do a setup that way.
  • Recent Achievements

    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • 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
  • Popular Contributors

    1. 1
      +primortal
      586
    2. 2
      +Edouard
      169
    3. 3
      PsYcHoKiLLa
      73
    4. 4
      Michael Scrip
      66
    5. 5
      ATLien_0
      64
  • Tell a friend

    Love Neowin? Tell a friend!