• 0

Easy Programming Language


Question

Recommended Posts

  • 0

As Basic fans you guys should give AutoIt a try, its an overdeveloped scripting language w/ gui features and such. Sockets dont seem to be supported yet though, but it has a very open minded community. (And it has a exe compiler which produces lightweight .exe files. Not cross platform though)

  • 0
Python was my first language.  I found it easy to learn, and humorous at times.  Python is also already preloaded onto Apple computers running OS X.

585534986[/snapback]

Isn't that because python is used for widgets?

--Alex

  • 0

I'd recommend picking up a cheap used book about Pascal. You'll pick up good programming skills, get to know object oriented programming and be able to adapt later on to messy languages like C and C++. Borland offers Delphi 7.0 free on their web site.

I don't recommend any BASIC compilers. BASIC teaches poor software development skills. And VB6 has been announced End-of-Life.

And avoid C and C++. You'll get too discouraged early on by it's sheer complexity. And very prone to errors.

  • 0

only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck...

i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore.

  • 0
only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck...

i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore.

585766218[/snapback]

A great deal of people already have the .NET Framework.

And 30MB takes less than a minute to download on most broadband connections. That 2MB for VB used to take 20 ;)

  • 0
only thing bad about the net langauge is if you plan on having a user use your stuff they have to download a 30 + meg download the net framework. yuck...

i remember just a few years back visual basic developers were mad that they had to include a 2 meg vb runtime file to there programs. funny how most dont even mind a 30+ anymore.

585766218[/snapback]

that's development for you...

  • 0

VB .NET, C# and Java are the best languages if you want to start buildling really useful applications quickly.

I personally would recommend C# or Java, as once you've learned those, C++ is much easier to pick up.

All three of those will teach you Object Oriented programming, and you'll be able to apply the concepts you learn with any of those three to the others, C++, and similar languages like Python. That covers pretty much everything you'll encounter in the real world.

  • 0

I'd recommend Python first. It's free and easy, but it can also be used as a legit language.

I would NOT recommend Basic what so ever. It teaches very, very bad programming habits that will cause you problems later on. It's also too easy.

After Python you can try Java (I hate Java but that's another story), or PHP (my favorite language). Then C++!

  • 0

I can't believe people actually mentioning C and C++, I tend to think they are one of the tougher languages for a new learner.

Pascal/Haskell/etc may be easy to learn but you want to learn a language that will get you somewhere. I recomend learning Visual Basic .NET it is very very close to English language yet is very powerfull. I mean you can do pretty much everything with it, build desktop applications, create web applications, etc. If you are not a fan of Microsoft technologies, then you can learn Java. Programming with .NET languages and Java seems like playing with puzzle pieces :)

Like people have said if you want to do serious programming for desktop (e.g games) then you can't go wrong with C++.

  • 0

I started in VB, its very good for beginning. I learned BASIC after VB. If you want EASY,

      COMPUTE C = (A + B) / 2.

can also be writen like this:

      ADD A TO B GIVING C.
      DIVIDE 2 INTO C GIVING C. 

anyone know what language that is? :p

COBOL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

COBOL on Wikipedia

damn it uses a lot of periods.

  • 0
Probably Python (http://www.python.org/). It's very useful just to get to grips with how languages generally work, then you can move on to more advanced stuff, there are loads of tutorials around...

2130378[/snapback]

Yes, Python is the simplest. Can easily experiment, interpreted language. After Python, C# may be the best next (and in some ways, final) step. Here is a clear tutorial for Python:

http://www.ibiblio.org/obp/thinkCSpy/

If you are in Windows, the free ActiveState Python is a good environment for working with Python:

http://www.activestate.com/Products/ActivePython/

  • 0

Another vote for VB.NET :D

The first language I learnt was VB6 then I learnt VB.NET, VB.NET is much easier to learn and program in.

I guess you should learn C++ so I wouldnt suggest mastering VB.NET and staying with it for to long. Just learn the basics and move onto C# or C++

You can get VB.NET 2005 for free here http://lab.msdn.microsoft.com/express/vbasic/

  • 0

HTML doesnt count as a programming language, right?

...Well, I tried to learn Visual Basic but none of my computers have VB Studio. So I tried Pascal and Java with Internet tutorials but finally I had to resort to books. So I learnt QBASIC- a very easy language to learn in 2 days.

  • 0
HTML doesnt count as a programming language, right?

...Well, I tried to learn Visual Basic but none of my computers have VB Studio. So I tried Pascal and Java with Internet tutorials but finally I had to resort to books. So I learnt QBASIC- a very easy language to learn in 2 days.

586159469[/snapback]

No HTML does not. You can get Vs.net Academic through theSpoke for like $25. Or get SharpDevelop...100% free and open source with support for c# and vb.net

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

    • No registered users viewing this page.
  • Posts

    • Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months.
    • Hey what's about the proton vpn firefox extension ? It's not working today
    • On what though? Not Ray Tracing.
    • Agreed, but now my muscle memory immediately creates a layer for each text portion, so editing is made a little easier.
    • Happy for him, it is one of the first apps I install on a new Windows machine, been using it for years!
  • Recent Achievements

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

    1. 1
      +primortal
      514
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      137
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!