17.4 Limitations of the iOS Runtime
The are some limitations that iOS imposes that affect the LispWorks for iOS Runtime.
- Compiled code cann be generated, so cl:compile cannot be called at run time.
- Shared libraries cannot be loaded dynamically, so fli:register-module cannot be used. Instead, add references to any required frameworks in the Xcode project.