-
Notifications
You must be signed in to change notification settings - Fork 0
Goals
Shachar Shemesh edited this page Sep 18, 2018
·
1 revision
Practical's design goals are as follows:
- Good practice defaults. The default (i.e. - easiest to achieve) behavior should be what safe code should be doing.
- Trust the programmer: If the programmer wants to turn off a security feature, let them.
- Performance: The language should run as quickly as code written in C.