Goals - Practical/practical-sa GitHub Wiki

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.