원문정보
초록
영어
Object oriented (OO) is the most accepted object modeling languages nowadays. Although OO languages are successful in modeling real world entities, nevertheless, there is little to no support for modeling state of object precisely in code. To overcome this problem, a new general purpose programming language is proposed that is built on two paradigms which are typestate-oriented and permission-based. One of the most vital factor for every language to be accepted and effective for users is having an enhanced standard library and clearly one of the most important parts is Input and Output (I/O) Application Programming Interface (API). One of a new programming language is Plaid language. Since the Plaid is at its early stage of development, I/O features provided by the Plaid standard library are very basic and limited. This paper presents I/O API that we have developed for the Plaid based on the features provided by Java I/O API. For the evaluation we used two metrics which are the number of features provided by I/O API, and the number of exceptions eliminated by using Plaid and typestate-oriented programming language.
목차
1. Introduction
2. Related Work
2.1. Typestate-Oriented Programming
2.2. Plaid Programming Language
3. Design and Implementation
3.1. Package Diagram
3.2. Statechart Diagram
3.3. Typestate (Class) Diagram
4. Testing
5. Evaluation
6. Conclusion
Acknowledgements
References
