rhai/doc/src/advanced.md
2020-07-30 18:18:28 +08:00

487 B

Advanced Topics

{{#include links.md}}

This section covers advanced features such as:

  • Capture the calling scope in a function call.

  • Simulated [Object Oriented Programming (OOP)][OOP].

  • [serde] integration.

  • [Script optimization].

  • [Domain-Specific Languages][DSL].

  • Low-level function registration API

  • The dreaded (or beloved for those with twisted tastes) [eval] statement.