Jump to content

Programming Language for Beginners

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
SBN

SBN

    Newbie

  • Members
  • Pip
  • 3 posts
Hey guys I am a programmer wanna be.... im very much interested in creating programs about applications, database and networking... what programming language do you suggest to start with?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Java is a good beginner language as is ANSI C++. If you want to do web development with databases I suggest PHP.

#3
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I will suggest Python, or Pascal (or Delphi)
All of them have a simple and clean syntax which doesn't make it overwhelming for a beginner. Beside that, they're all pretty powerful, so they're not only beginner-languages, but a language you can keep using for a long time...

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Pascal is a simple and good starting point, although you will not use it in real life.. but it still helps you to get the concept of programming.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Considering I use Delphi at work (which is Object-Pascal + a library + RAD), I can't completely agree that you won't use it in real life.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Hmm but Delphi is somewhat more useful than Pascal.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
True, but that's like saying that C++ is somewhat more useful than C :)
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
SBN

SBN

    Newbie

  • Members
  • Pip
  • 3 posts
is there such this as general purpose programming language?

#9
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I would define all of them (C, C++, Delphi, Python, ...) as pretty general purpose languages. All of them are able to do graphics, desktop applications, text-processing, and so much more. Some are better to something than others, of course.

#10
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
There are many. Finding a non-general purpose language is somewhat trickier. That said, different languages have different strengths. Some languages are designed to make certain tasks easier, or to have different performance goals.

If you look on SourceForge.net: Welcome to SourceForge.net you can get a good idea of what different programming languages can produce.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#11
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well Pascal is more for Mathematical functions, but can be used for general purposes too. Can't make GUI apps.