博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DSL应用集成和Rhino 3
阅读量:5140 次
发布时间:2019-06-13

本文共 595 字,大约阅读时间需要 1 分钟。

应用中集成DSL

Naming conventions

Ordering the execution of scripts

Performance considerations when using a DSL

Segregating the DSL from the application

集中集成方式的优缺点

BOO汇总和Rhino

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.

转载于:https://www.cnblogs.com/2018/archive/2012/09/13/2623625.html

你可能感兴趣的文章
Android-多线程AsyncTask
查看>>
LeetCode【709. 转换成小写字母】
查看>>
如果没有按照正常的先装iis后装.net的顺序,可以使用此命令重新注册一下:
查看>>
【题解】青蛙的约会
查看>>
autopep8
查看>>
Android 官方新手指导教程
查看>>
幸运转盘v1.0 【附视频】我的Android原创处女作,请支持!
查看>>
安装 Express
查看>>
存储(硬件方面的一些基本术语)
查看>>
Weka中数据挖掘与机器学习系列之基本概念(三)
查看>>
leetcode-Sort List
查看>>
中文词频统计
查看>>
Java泛型的基本使用
查看>>
bzoj2038 [2009国家集训队]小Z的袜子(hose)
查看>>
Postman-----如何导入和导出
查看>>
【Linux】ping命令详解
查看>>
8、RDD持久化
查看>>
第二次团队冲刺--2
查看>>
[转载]加密算法库Crypto——nodejs中间件系列
查看>>
使用Xshell密钥认证机制远程登录Linux
查看>>