应用中集成DSL

Naming conventions

Ordering the execution of scripts

Performance considerations when using a DSL

Segregating the DSL from the application

DSL应用集成和Rhino  3

集中集成方式的优缺点

BOO汇总和Rhino

DSL应用集成和Rhino  3

DSL infrastructure should meet:

ƒ Codify common DSL idioms so you don’t have to keep rewriting them

ƒ Handle caching of DSL scripts

ƒ Abstract the compiler bootstrapping

ƒ Batch compile DSLs

ƒ Manage ordering and script discovery

ƒNot harm the DSL’s extensibility

Rhino DSL is the result of several years’ experience building DSLs and dealing withthese issues.

相关文章:

  • 2021-12-16
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-10-16
  • 2022-02-08
  • 2021-11-26
猜你喜欢
  • 2022-01-24
  • 2021-07-28
  • 2021-06-10
  • 2022-02-08
  • 2021-05-11
相关资源
相似解决方案