ITECH 5403- Comparative Programming Languages
Details of Assignment
Overview
You are required to apply your programming language design features considering a particular industry o
Problem domain. You must make and justify decisions regarding the features of the language which make
it suitable for the provided industry/problem domain. Completion of this assignment requires an
Understanding of:
ï‚· Features and functionalities of multiple programming languages
ï‚· Knowledge of the given domain/industry in terms of designing a programming language
Assessment Details
Since the development of Plankalkül back in the 1940s, a large number of programming languages have
een 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:
1. Are strongly typed and loosely typed,
2. Provide support for object orientation / abstraction of data types,
3. Use static or dynamic scoping rules,
4. Provide memory management (i.e. ga
age collection) or allow the developer fine-grained control
5. over heap-allocation and recycling,
6. Provide closures to allow functions to be passed around like variables,
7. Allow easy access to a
ay slices and those which do not,
8. Perform internal co
ectness checking of data and those which do not,
9. Provide diverse and comprehensive suites of built-in functionality and those with a more limited set
10. of features,
11. 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 language for the problem domain of E-commerce. E-commerce encompasses a number of areas including aspects of business, finance, and customer relations.
But I would prefer Business aspect
It is worth thinking about the aspects of an E-commerce system in terms of a number of features,
Including:
ï‚§ Performance;
ï‚§ Use and precision of data types and structures;
ï‚§ Maintenance of code;
ï‚§ Flexibility of design and implementation; and
ï‚§ Robustness requirements in such a critical domain.
Even though security aspects are worth considering, the features of the language are the primary concern in this essay. With this in mind your task is to theoretically design a language suitable for the use within the
E-commerce 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:
ï‚· The features and functionality that will allow your language to be suitable and useful within the Ecommerce
domain (including what differentiates it from existing languages),
ï‚· 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 hy
id
manner, but you must thoroughly justify your decision.
All language design choices must be sound, rational decisions which are backed up by robust discussion of the subject area. In addition, your document should include numerous references to back up any and all
specific claims that you make. All references should be made in the APA referencing style.
Submission
Your essay should be between 3,000 and 4,000 words inclusive and may contain diagrams or images as
you see fit. All diagrams, charts, images or other externally created materials incorporated into your essay must be appropriately referenced.
You may supply your completed essay in either Word or Li
eOffice/OpenOffice format in which the
document can be edited – no proprietary Mac specific formats, please.
Assignments will be marked on the basis of fulfilment of the requirements and the quality of the work.
In addition to the marking criteria, marks may be deducted for failure to comply with the assignment requirements, including (but not limited to):
ï‚§ Incomplete language feature coverage,
 Incomplete submissions (e.g. missing subject areas – see the marking guide),
ï‚§ Poor spelling and grammar, and
ï‚§ Inco
ect adherence to the APA referencing style.
Marking Criteria/Ru
ic
ITECH5403 – Comparative Programming Languages
Assignment 1 – Language Design Essay
Requirement
Weigh
Mark
Introduction and explanation of language purpose.
10
Choice and justification of interpretation/compilation method(s)
to be used.
10
Discussion of memory management and scoping features.
10
Specification and rationale for major language features in
terms of:
- Simplicity
- Orthogonality
- Data types
- Syntax design
- Support for abstraction
- Expressivity
-Type checking
- Exception handling, and
- Restricted aliasing.
45
Readability, writability and reliability of the language based on
the language characteristics as chosen.
15
References and APA referencing style.
5
Spelling and grammar. -
5
Assignment mark total (Out of 100)
Contribution to unit mark (Out of 20%)