Design a language for the problem domain of E-commerce

Assignment Help Programming Languages
Reference no: EM132294479

Comparative Programming Languages Assignment - Language Design Essay

Overview - You are required to apply your programming language design features considering a particular industry or 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

Learning Outcomes - The following course learning outcomes are assessed by completing this assessment:

  • Understand the significance of various features of different programming languages.
  • Understand the features of a programming language while considering a particular domain.
  • Demonstrate skills in designing a programming language.

Assessment Details - Since the development of Plankalkul 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:

  • Are strongly typed and loosely typed,
  • Provide support for object orientation / abstraction of data types,
  • Use static or dynamic scoping rules,
  • Provide memory management (i.e. garbage collection) or allow the developer fine-grained control over heap-allocation and recycling,
  • Provide closures to allow functions to be passed around like variables,
  • Allow easy access to array slices and those which do not,
  • Perform internal correctness checking of data and those which do not,
  • Provide diverse and comprehensive suites of built-in functionality and those with a more limited set of features,
  • 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. 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 E-commerce 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 hybrid 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.

Your essay should be between 3,000 and 4,000 words inclusive and may contain diagrams or images as you see fit.

Reference no: EM132294479

Questions Cloud

Where do chinese consumers buy luxury goods : Understand consumer preferences in the Chinese luxury goods market. Where do Chinese consumers buy luxury goods? What are Chinese consumers' reasons for buying.
Design a wireless network topology : Design a wireless network topology in NS-2 and evaluate the generated trace files for two different wireless routing protocols. The students are required
There are thousands of apps available for iphone : There are thousands of apps available for iphone and android users today. What type of users downloads and uses the Facebook app?
Social interaction in organizational politics : What does it mean when there is high positive online social interaction in organizational politics? Please explain.
Design a language for the problem domain of E-commerce : ITECH5403 Comparative Programming Languages Assignment- Language Design Essay, Federation University Australia. Design language for problem domain of E-commerce
Write a research paper on organizational ethical analysis : Organizational Ethical Analysis Paper. Each student will write a research paper on an organization of his or her choice (5-7 pages minimum).
Compare standards-based technologies used in various network : MN603 Wireless Networks and Security - Melbourne Institute of Technology - compare the wireless communication technologies
Take to help increase the team''s effectiveness : If you were a supervisor in a large corporation and you have just selected eight of your employees to sit on a team to propose a new procedure for the productio
Describe how you would avoid violating copyright : Describe how you would avoid violating copyright and intellectual property laws for the material used on your website. Discuss your plan for ensuring that your.

Reviews

len2294479

4/27/2019 2:01:18 AM

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 LibreOffice/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.

len2294479

4/27/2019 2:01:13 AM

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 Incorrect adherence to the APA referencing style.

len2294479

4/27/2019 2:01:07 AM

Marking Criteria/Rubric - Introduction and explanation of language purpose 10 marks, Choice and justification of interpretation/compilation method(s) to be used 10 marks, Discussion of memory management and scoping features 10 marks, 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 marks, Readability, writability and reliability of the language based on the language characteristics as chosen 15 marks, References and APA referencing style 5 marks, Spelling and grammar 5 marks.

Write a Review

Programming Languages Questions & Answers

  Write a program that has a conversation with the user

Write a program that has a conversation with the user. The program must ask for both strings and numbers as input

  Create candidate architecture to meet functional requirement

Analyse the Case Study documents and develop a candidate architecture to meet the functional requirements you identified in previous assignments and in the high priority NFRs identified in Task 1.

  Write a program containing two classes named student

Write a program containing two classes named student and roster, respectively. The program will maintain a current roster of students within a given course.

  Create internal representation of polynomial is array

Create class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent.

  Write program that acts like a simple calculator for binary

You will write a program that acts like a simple calculator for binary numbers. You should read in a string of input that has the format: number operator number.

  Program to read the records until end of file

Zip code, county and number of boxes. The program should read the records until end of file is encountered and produce enough mailing labels for each order.

  How to produce javascript code

Using the prompt and alert functions, invite the user to input 5 marks (integers) in the range 0-100.

  Write a program that reads a number in feet

Write a program that reads a number in feet, converts it to meters, and displays the result. One foot is 0.305 meters.

  Draw a town with dozens of houses of different sizes

Using your house function, draw a town with dozens of houses of different sizes. You will probably want to modify your house function to include an input.

  Write prolog clauses to define the relationships

Using Prolog, establish a database of facts and rules for the following predicates.

  Create a function to show your outputs

Question: Code output similar to the sample_output using the same codes in pythonlab1 file. Create a function named as "gender_geo( )" to show your outputs

  Write a program that reads and processes data

Write a program that reads and processes data about quarterly rainfall for one year. Your program should ask the user to enter rain fall amounts for each of the four quarters in the year.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd