Purchase Solution

Features of a Perfect Programming Language

Not what you're looking for?

Ask Custom Question

I have noticed that there are many languages, is this because no one language has all the major elements needed to be a perfect programming Language? What major features should a perfect programming language include? I am trying to understand the concepts and struggling.

Purchase this Solution

Solution Summary

There are many programming languages. Is this because no one language has all the major elements needed to be a perfect programming Language? What major features should a perfect programming language include?
I have written the following, complete from scratch. Hope it helps in gaining insight into programming language features.

Solution Preview

I have written the following, complete from scratch. Hope it helps in gaining insight into programming language features.

Programming language is a way of communicating with the computer by providing instructions in a structured manner. These instructions are then converted to machine language, a digital code oriented language that the underlying computer hardware can understand. Consequently, just like natural language, a perfect programming language is often elusive, it differs because of style, ease of use, vocabulary, syntax and popularity. However, any good programming language must have few major features:

1. Readability: A good programming language should have a structure that is human readable and understandable. For example, Lisp has a unique syntactic construct which makes it very easy to become ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.