FORAY 发表于 2025-3-21 18:50:50
书目名称Domain-Specific Languages in R影响因子(影响力)<br> http://figure.impactfactor.cn/if/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R影响因子(影响力)学科排名<br> http://figure.impactfactor.cn/ifr/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R网络公开度<br> http://figure.impactfactor.cn/at/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R网络公开度学科排名<br> http://figure.impactfactor.cn/atr/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R被引频次<br> http://figure.impactfactor.cn/tc/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R被引频次学科排名<br> http://figure.impactfactor.cn/tcr/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R年度引用<br> http://figure.impactfactor.cn/ii/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R年度引用学科排名<br> http://figure.impactfactor.cn/iir/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R读者反馈<br> http://figure.impactfactor.cn/5y/?ISSN=BK0282526<br><br> <br><br>书目名称Domain-Specific Languages in R读者反馈学科排名<br> http://figure.impactfactor.cn/5yr/?ISSN=BK0282526<br><br> <br><br>分开 发表于 2025-3-21 22:04:06
Parsing and Manipulating Expressions,esult of evaluating the expression (computation time notwithstanding). A literate expression as this one is not something we can get a hold on to in a program—we get either an error or the value the expression evaluates to. If we want to get hold of the actual expression, we need to “quote” it.光滑 发表于 2025-3-22 01:04:53
Lambda Expressions,, lambda expressions. It is perhaps not something we would use in real-world code, as it simply gives an alternative syntax to anonymous functions, which are already supported in R. However, it is an excellent example of code that is potentially useful and gives us a chance to experiment with syntax警告 发表于 2025-3-22 06:50:45
Continuous-Time Markov Chains,ce of which states the chain is in at different time points. As with the list comprehension example in the previous chapter, we are not going to use operators to create a new syntax for the language but will create a DSL by providing functions that can be strung together to construct “sentences.”subacute 发表于 2025-3-22 11:20:46
Dynamic Programming,ed for speeding up recursive computations. When we need to compute a quantity from a recursion that splits into other recursions and these recursions overlap—so the computation involves evaluating the same recursive calls multiple times—we can speed up the computation by memorizing the results of thPresbycusis 发表于 2025-3-22 14:27:43
Book 2018how DSLs are programming languages specialized for a particular purpose, as opposed to general purpose programming languages. Along the way, you’ll learn to specify tasks you want to do in a precise way and achieve programming goals within a domain-specific context. .Domain-Specific Languages in R.Presbycusis 发表于 2025-3-22 18:09:11
http://reply.papertrans.cn/29/2826/282526/282526_7.png难取悦 发表于 2025-3-22 23:06:26
http://reply.papertrans.cn/29/2826/282526/282526_8.png机警 发表于 2025-3-23 01:44:38
http://reply.papertrans.cn/29/2826/282526/282526_9.png终止 发表于 2025-3-23 08:59:34
https://doi.org/10.1007/978-1-4842-3588-1DSLs; Domain Specific Languages; embedded; R programming; R language; big data; AI; deep learning; statistic