Jump to content

Beginner programming question about programming language origins


555

Recommended Posts

Hello everybody,

Im started school today for computer programming and need help with a homework question. The only answer I can seem to find is that all the programming languages are powerful general purpose languages, did not see anything on wiki which says they were made for a specific purpose for something..

The question is "Was there a specific motivation behind the creation of these languages? If so, what was it?" the programming languages are Basic, Java, C++ and Python. I see Java and C++ were created by business and the other 2 by people or a couple people, but nothing deeper, or if they were made fora government purpose? or to run a specific task when originally created? thanks for any help in advance

Link to comment
Share on other sites

Hello everybody,

Im started school today for computer programming and need help with a homework question. The only answer I can seem to find is that all the programming languages are powerful general purpose languages, did not see anything on wiki which says they were made for a specific purpose for something..

The question is "Was there a specific motivation behind the creation of these languages? If so, what was it?" the programming languages are Basic, Java, C++ and Python. I see Java and C++ were created by business and the other 2 by people or a couple people, but nothing deeper, or if they were made fora government purpose? or to run a specific task when originally created? thanks for any help in advance

Here's what I know:

Basic: to get the job done quick and easy. Not a lot to learn.

Java: Meant to be cross-platform (although I hear everybody says there's always problems with it's portability).

C++: Cross-platform. No need for memory management as in C which usually means less work and less exploits.

Python: Cross-platform, quick scripting language.

Essentially they were all created with a couple things in mind: Ease of use, faster development, portability, and improvements upon it's predecessors.

Link to comment
Share on other sites

Here's what I know:

Basic: to get the job done quick and easy. Not a lot to learn.

Java: Meant to be cross-platform (although I hear everybody says there's always problems with it's portability).

C++: Cross-platform. No need for memory management as in C which usually means less work and less exploits.

Python: Cross-platform, quick scripting language.

Essentially they were all created with a couple things in mind: Ease of use, faster development, portability, and improvements upon it's predecessors.

Awesome, thanks for the response :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...