ADT
ast-experimental
enum
forall-pointer-decay
pthread-emulation
qualifiedEnum
Last change
on this file since e5aba4a was d89d150, checked in by Andrew Beach <ajbeach@…>, 4 years ago |
Andrew MMath: Added conclution chapter to the thesis.
|
-
Property mode
set to
100644
|
File size:
919 bytes
|
Line | |
---|
1 | \chapter{Conclusion}
|
---|
2 | % Just a little knot to tie the paper together.
|
---|
3 |
|
---|
4 | In the previous chapters this thesis presents the design and implementation
|
---|
5 | of \CFA's exception handling mechanism (EHM).
|
---|
6 | Both the design and implementation are based off of tools and techniques
|
---|
7 | developed for other programming languages but they were adapted to better fit
|
---|
8 | \CFA's feature set.
|
---|
9 |
|
---|
10 | The resulting features cover all of the major use cases of the most popular
|
---|
11 | termination EHMs of today, along with reintroducing resumption exceptions and
|
---|
12 | creating some new features that fix with \CFA's larger programming patterns.
|
---|
13 |
|
---|
14 | The implementation has been tested and compared to other implementations.
|
---|
15 | The results, while not cutting edge, are good enough for prototyping, which
|
---|
16 | is \CFA's stage of development.
|
---|
17 |
|
---|
18 | This is a valuable new feature for \CFA in its own right but also serves
|
---|
19 | as a tool (and motivation) for other developments in the language.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.