• 0

Easy Programming Language


Question

Recommended Posts

  • 0

it doesn't matter what you learn really its the programming way of thinking you need to learn the language comes second.

Once you understand the way of thinking learning languages becomes very easy :) You could really start off in any language, I think a C based language would be easiest to start off in because it much easier to read than something like say VB so really any of the following, I'm trying to avoid C and C++ as they use pointers and thats a killer when you new to programming, its the one thing thats taught badly time and time again.

Java, C#.NET, PHP

  • 0
ur all wrong..easiest lang is Turing LOLLL its dead but a good place to start

its like this:

put "hey" // shows in screen

put "What's your name?" //asks a question

var Name : string // makes a variable to save the name. (not really sure on if this is the right way to declare variable)

get Name // now gets the NAME from the question reply and saves it in the "Name" var

put "Your name is", Name

lol, that would take what? Five seconds to learn? Unless it's any more advanced than that.

  • 0

I'd say Python.

Reasons to pick Python over VB if you're a newbie:

1. Python is free, with TONS of documentation and newbie guides available

2. Python is multiplatform

3. Python is growing and gaining new features at a very impressive rate

4. You won't be ridiculed for using Python to code your programs

5. besides being great for programming, it is also an excellent scripting language, so later when you start writing your own C/C++ programs that may require some sort of scripting support, you can fall back on your Python knowledge and embedd it (which is very easy to do)

6. well-written Python programs bundled with the proper libraries won't require your users to download a huge runtime (like JAVA and .NET does), also Python code runs just as fast if not FASTER than both of these

7. Python code does not need compiling which saves lots of time in the long run

8. Python also doubles as a very handy and powerful calculator :p

So, give Python a try!

www.python.org

  • 0

How about since you are still a 'virgin', why not learn The Mother of all Languages - Assembly

Randal Hyde's Website - The Art of Assembly Language

Assembly may not be the fastest or easiest language to learn, but It does create the smalest and fastest programs.

  • 0
Hm. I've never even heard of that, but I'll give it a try n_n. Anyways, I feel that Java is easiest for creating BIG apps. But C++ is basically the same thing, so Java and C++.

584686370[/snapback]

WOAH......C++ and Java have similar syntax. Theres a big difference. Don't think for a second that they are the same thing. C++ is a good beginner language but its definately harder than Java. With C++ you have to handle pointers and tackle multiple inheritance. This isn't really that hard, but it adds several miles to the learning curve for most novice programmers.

And trust me, you don't want to end up with a pointer mistake that causes your program to run into memory it shouldn't

  • 0
And trust me, you don't want to end up with a pointer mistake that causes your program to run into memory it shouldn't

All your memory are belong to us!!

Java is like C++ with all the good taken out, no pointers well how in the hell am I supposed to.....ah to hell with it.

  • 0
WOAH......C++ and Java have similar syntax. Theres a big difference. Don't think for a second that they are the same thing. C++ is a good beginner language but its definately harder than Java. With C++ you have to handle pointers and tackle multiple inheritance. This isn't really that hard, but it adds several miles to the learning curve for most novice programmers.

And trust me, you don't want to end up with a pointer mistake that causes your program to run into memory it shouldn't

584922849[/snapback]

Well yeah, C++ is harder than Java. The guy who made it (James Gosling) got fed up with C++ and wrote the Java language! Its purpose was to make it easier than programming in C++! Java was intended to be easier to write, compile, debug, and learn than other object oriented languages, but it IS modeled strongly after C++ and takes much of the syntax from it.

  • 0
It is the future

I wish people would quit saying that, Java's bright future has yet to materialize. Its missing too many features that a professional programmer simply cannot be without, and because of this is not suitable for the devlopment of anything beyone a small application. It has its niche, but it is by no means the future.

  • 0

I've read the entire thread and I don't think this has been mentioned before.

I read another thread that was similar to this and the main lesson i obtain from is that learn C# because it will be good for the futre.

I did try to learn C# after that but I soon found out that the tutorials fro C# (currently, I have a thread that's asking on where the compiler is located) is taught and based on some knowledge of java or c++ or something like that.

And therefore, it is very difficult to understand and when something doesn't work out completely right, you are screwed because you don't really understand anything but just following.

I'd probably try VB.NET now or java just so that I can get a feel of what OOP is and to understand how it works. Regardless of the author, the tutorials for C# I think is pretty complex and I gues for you to start learning that immediately you would have had previous background on programming.

So, good luck!

Lion

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

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • 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
      513
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!