• 0

Easy Programming Language


Question

Recommended Posts

  • 0

I would say COBOL, but I personally like working with C# & ASP

But it would be better to start with C/C++ as a starter's kit

Python is good too, since less code is required to complete a small application. For example, 2-4 pages of building a Java application can be equivalent to a one page of Python.

Cheers

  • 0

C++ is definitely one of the hardest languages. It's this patchwork of conflicting paradigms and compilation rules... It's hard enough to learn about pointers, but then you have to understand the subtle difference with references (a concept pretty much unique to C++); how do use arrays and pointer arithmetic, but also how to use STL containers; how to resolve circular dependencies (happened to me plenty of times when I started); why and when to separate definition from declaration in classes; why declaring a vector<vector<int>> throws an obscure compilation error; ... for a beginner, it's a hairy mess. (actually, not only for beginners, but that's another subject.) An easy language should have minimal overhead : think Python, VB...

  • 0

I tried to learn an easy programming language (To get into programming and so) and I found out Python to be very easy in a sense that the tutorials are really meant for those who have no programming background at all ... I eventually got busy and didn't go through with it but I suggest you give it a look

  • 0

What are you going to use this language for? You should be asking that question first. You don't want to be in a position where the language you learn doesn't help you create what you want.

I personally have started with VB 10 years ago, then switched to C++ to Java and finally C#. I am not counting the scripting languages like PHP/JS/VbScript and some of the less used ones like Perl and Python.

If you want to do web development I'd suggest looking into Ruby/PHP/C#

If you want to do linux/unix development I'd say take a look at Python or C++ or Java

If you want to do windows development look at C# or VB.NET or Java

Keep in mind that the .NET framework on which C# and VB.NET runs also supports IronPython, IronRuby. If you are developing on windows definitely take a look at C#, it is my favorite language so far.

Keep in mind, best way to learn is to keep writing code. Also, look at open source projects to see how people are tackling certain problems, it always pays to read good code.

  • 0

Dude you should look up C# it is easy and very useful. I have been studying it for a while now and there is much you can do with it. Not only can you use it in a wide variety of platforms like Linux, Mac OS , Solaris and Windows but it can also be used along with ASP.NET to make high end dynamic websites. Give it a try

  • 0

I think it's good to start on something easy and ease in to the "harder" stuff. I started on Basic, then to VB, then on to C like languages, e.g. C, C#, PHP, etc.

Personally, I think the most important part is understanding the logic, after that the syntax is trivial.

  • 0

I am surprised there are not more replies saying PHP. I think PHP is very easy, probably the easiest language that is used by a ton of people today. I make web sites and I use PHP a lot but I have a complex about it since I think it is so super easy. Kind of makes me want to ASP.NET more often but of course most webservers run on Linux. I think that PHP is a blessing to a lot of people because ASP.NET (C#) is quite a bit harder to learn (but it is great once you get the hang of it),

  • 0
What is the easiest programming language to learn?

What is the quickest?

At the present time, with just a mouse click giving us the full study material and all other details, any programming language is easy to learn...

I try some hand in C# and JAVA...

Put some effort in it and you'll find it very easy..

  • 0

Html is very simple.. but it is very older ..

i would suggest you to go for PHP or asp it seems to be difficult but when you start learning it... you will just enjoy learning it.. it is very interesting.

PHP is quiet latest then asp..

so get learn now and be a perfectionist...

  • 0
BASIC - or more specifically Visual BASIC (to do the simple stuff) if you are an absolute noob. If you know the difference between a while loop and a do-while loop (trust me there is one!) then you're probably ready to learn some Object Oriented Programming - recommend starting with Java and then learning pointers and moving over to C++ for some serious work.

Hope that helped!

Parimal

not basic, throwing a bone like that can misguide someone if he googles basic and finds the wrong stuff... basic isn't really a usable language anymore, even though microsoft did something lately to revive it as a learning language, forgot how they called it, still, visual basic is way to go my opinion, 6 preferably, you might have bit trouble getting it, pm me and i might be able to point you in right direction.

.NET VB is way harder to learn, i started learning and finished interest in VB 6 when i was 10-11 sorta

also about what bradwilson said, you shoulden't go to PHP until you know HTML, by the way, HTML is NOT a programming language, its a way to format pages. i suggest going into normal programming before web programming, you will have easier time grasping the main concepts.

if i were you, id care less about time and more about actually making sure your learning the fundamentals of programming, i can find you tons of people who know C++ C# java tens of languages and can't really program, a language is just a syntax, a tool, programming is creativity, there are tons of books about programing fundamentals, i suggest picking one up, and visual basic 6 is a great language to start with.

Edited by Matan Mates
  • 0

"Microsoft Small Basic is a project that is aimed at making computer programming accessible to beginners. The project comprises a simple programming language that gathers inspiration from the original BASIC programming language; a modern and attractive programming environment; and rich, extensible libraries. Together they make programming fun for kids and adults alike."

http://www.microsoft.com/downloads/details...6b-e7e2d7de793e

Visual Basic Express Edition (FREE)

http://www.microsoft.com/express/vb/

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

    • No registered users viewing this page.
  • Posts

    • I think they still believe it but are realizing that those statements created massive backlash and impacted adoption. I personally think AI, if used regularly will give you back about 30% of your time if you are an “information” worker.
    • I don't have a problem with adverts, I not fond of the tracking. My main problem is when you have to keep clicking close to remove them before you can see anything On the site. The ones that keep updating and moving stuff around as they are different sizes are as bad. Neowin is not too bad with Adverts, but ones that keeps updating or have animation can be distracting when reading something, like the one showing now, about how much should I walk to lose weight. I realise sites need adverts to survive, but stop changing them every few seconds.
    • SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more by Usama Jawad SQL Server Management Studio (SSMS) is the tool of choice for most developers working with SQL infrastructure and data. Microsoft recently released SSMS version 22, and in the past few months, it has been steadily releasing point upgrades to refine the integrated development environment (IDE). Now, it has released SSMS version 22.7.0 with a bunch of new features and interfaces. For starters, SSMS 22.7 has netted a native "What's New" page, which highlights the top features and bug fixes present in the latest release. However, Microsoft says that this page won't annoy you much as it will only show up each time you update SSMS, and once you dismiss it, it won't be shown again to you until the next release. Secondly, Microsoft has finally introduced T-SQL formatting inside SSMS. The good thing about this is that it does not require installing any additional components, as it is built into the native experience. All you have to do is right-click the query editor window and select Format SQL from the context menu. Additionally, you also have several customization options at your disposal, such as the ability to automatically place semicolons at the end of a statement, split clauses across multiple lines, and more. However, this capability is only in preview for now. Additionally, Microsoft has introduced a preview of Agent Mode, which allows the AI model to automatically perform complex workflows on your behalf. Furthermore, Agent Mode will operate in read-only mode by default, so that you don't have to worry about the AI model accidentally deleting your data. On a related note, Microsoft is finally allowing users to configure the execution context of GitHub Copilot. This can be controlled per database using the CONSTITUTION.md file, where you specify the user details for the agentic executor. You can find details about this and additional bugfixes in Microsoft's blog post here.
    • I only use 3 extensions in Zen. I don't need or want a ton of stuff in my browser i don't use.
    • I prefer to choose my own ad bockers, not what the browser seems to think I need. i remember the days when a browser was just that, now they try and be everything and add stuff in that not all of us want. I bet Brave is full of AI rubbish? I will stick with Zen, not perfect, but better than others.
  • Recent Achievements

    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      +Edouard
      144
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!