核心概念
Exposing C++ objects to scripting languages through fat APIs enhances accessibility and functionality.
統計資料
A fat API exposes nearly all of a C++ object’s public attributes and methods to a consuming environment, such as a scripting language, or web client.
引述
"JavaScript does not provide for overloaded functions at all, but with type introspection built into the language, it is possible to write a method that can dispatch to different implementations based on types and number of arguments."
"Using the RESTService descriptor comes at additional build cost, compared with the original TCL bindings used for the Eco Lab package."