
SLAYER SCRIPT

DEVELOPMENT PROCESS

GOALS

- Use natively compiled C++ to be as fast as possible.
- Reduce memory cost by decreasing the amount of state that needs to be stored.
- Improve scalability by using an architecture that has a smaller impact on execution for new behaviors.
- Be hot loadable in order to allow runtime development.
- Be easier to debug.
CHALLENGES
