rhai/doc/src/advanced.md
2020-07-16 12:09:40 +08:00

17 lines
319 B
Markdown

Advanced Topics
===============
{{#include links.md}}
This section covers advanced features such as:
* Simulated [Object Oriented Programming][OOP].
* [`serde`] integration.
* [Script optimization].
* [Domain-Specific Languages][DSL].
* The dreaded (or beloved for those with twisted tastes) [`eval`] statement.