rhai/doc/src/advanced.md

17 lines
319 B
Markdown
Raw Normal View History

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