rhai/doc/src/advanced.md

21 lines
487 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-30 12:18:28 +02:00
* [Capture the calling scope]({{rootUrl}}/language/fn-capture.md) in a function call.
2020-07-26 04:07:40 +02:00
* Simulated [Object Oriented Programming (OOP)][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].
2020-07-26 04:07:40 +02:00
* Low-level [function registration API]({{rootUrl}}/rust/register-raw.md)
2020-07-16 06:09:40 +02:00
* The dreaded (or beloved for those with twisted tastes) [`eval`] statement.