• 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

    • The problem isn't with Epic, it's with the platform holders like Steam and Nintendo, they should be a lot more strict in their review process.
    • Hello, Installed here without issue. Regards, Aryeh Goretsky
    • Microsoft updates Visual Studio Code with easier language model discovery and in-app search by Paul Hill Microsoft has released Visual Studio Code 1.125, its latest weekly release. This week, the company has focused on discovering and installing extra language models via the Marketplace; searching the web and securely browsing over remote connections without leaving VS Code; choosing how long VS Code waits before installing extension updates; and delivering managed Copilot settings through existing device management tooling. In older versions of VS Code, extensions could contribute their own model providers, but to find these extensions, you needed the right tags to search for in the Extension view. Now, the Language Models editor gives you an Install Model Providers button that opens the Extensions view, which is filtered to extensions that contribute model providers, making it easier to find and install them. Once you install a provider, its model will appear in the model picker. If you use the integrated browser much, you can now look up information without leaving VS Code by typing a query into the integrated browser’s address bar. It will use your configured search engine, the same way a standalone browser does. You can use workbench.browser.searchEngine to pick a search engine. When the browser is opened in a remote workspace, it's now possible to proxy HTTP(S) traffic via the remote connection. This allows you to connect to any ports or services that can only be accessed from the remote machine. If you read our coverage from two weeks ago about VS Code 1.123, you might have seen that extension updates have a two-hour delay as a safety measure. In this update, Microsoft is giving you the ability to configure the time of the delay. You can find it under extensions.autoUpdateDelay. Finally, with this update, admins can deliver managed GitHub Copilot settings through native device management (MDM) channels on Windows and macOS, in addition to account-based enterprise settings files. Settings delivered via MDM appear as policy-enforced in VS Code and can’t be overridden locally. Future updates will extend the supported policy keys across Copilot surfaces. You can download the update from the Visual Studio Code website now.
    • "it opens up new doors for people who prefer using Edge, but cannot be bothered to configure a Microsoft account" You already have a Microsoft account if you are using Windows 11, because you can't set it up without one.
  • 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
      543
    2. 2
      +Edouard
      171
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!