Perform internal correctness checking of data


Essay Homework

Since the development of Plankalkül back in the 1940s, a large number of programming languages have been designed and implemented - each for its own specific problem domains and made with its own set of design decisions and compromises. For example, there are languages which:

o Are strongly typed and loosely typed,

o Provide support for object orientation / abstraction of data types,

o Use static or dynamic scoping rules,

o Provide memory management (i.e. garbage collection) or allow the developer fine-grained control over heap-allocation and recycling,

o Provide closures to allow functions to be passed around like variables,

o Allow easy access to array slices and those which do not,

o Perform internal correctness checking of data and/or try/catch exception handling and those which do not,

o Provide diverse and comprehensive suites of built-in functionality and those with a more limited set of features,

o Use pre-processors and macros to selectively expand or substitute source code, etc.

Each of these decisions can have a profound effect on the usefulness of a programming language in terms of factors such as its speed, robustness and general suitability to create programs of a certain type, such as for operating systems, or in the areas of business, scientific computation, artificial intelligence or video games.

The topic of your essay is to design a programming language for the problem domain of:

Banking

Banking encompasses a number of areas including aspects of business, finance, and customer relations. It is worth thinking about the aspects of a banking system in terms of a number of features, including:

o Performance
o Use and precision of data types and structures
o Maintenance of code
o Security requirements
o Flexibility of design and implementation
o Robustness requirements.

With this in mind your task is to theoretically design a language suitable for the use within the Banking domain.

The actual implementation of the language and tool set is obviously outside the scope of this course, but you must express and justify the design decisions behind your programming language in terms of:

o The features and functionality that will allow your language to be suitable and useful within the problem domain (including what differentiates it from existing languages),

o The programming paradigms, such as procedural, object oriented, logic and functional programming.

You are free to design your language to be either interpreted, compiled or to work in a hybrid manner, but you must thoroughly justify your decision. All language design choices must be legitimate, rational decisions which are backed up by robust discussion of the subject area.

Format your homework according to the following formatting requirements:

o The answer should be typed, using Times New Roman font (size 12), double spaced, with one-inch margins on all sides.

o The response also includes a cover page containing the title of the homework, the student's name, the course title, and the date. The cover page is not included in the required page length.

o Also include a reference page. The Citations and references must follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
Programming Languages: Perform internal correctness checking of data
Reference No:- TGS03107831

Now Priced at $40 (50% Discount)

Recommended (99%)

Rated (4.3/5)