The most common is using its read-eval-print-loop (REPL).
其中最常用的一种方法是使用它的REPL(read-eval-print-loop)。
Note that the eval-concat in Listing 7 only partially solves our problem.
请注意,清单7中的eval - concat仅仅是解决了我们的部分问题。
This is obvious in the Visitor implementation where you see all of the recursive calls to the eval-concat function.
在访问者实现中可以清楚地看到这一点,您可以看到对eval - concat函数的所有递归调用。
I stand up, start to do a Moral Benefit Eval, then think, no, no way, do not even think about doing that stupid shit now.
我站起身来,开始在脑子里做起了“道德效益评估”,然后想,不,不行,想都不要想去做那种蠢事。
Many script engines maintain state of global variables and functions between calls to eval().
许多脚本引擎在eval()调用之间维持全局变量和函数的状态。
Loading JSON into memory is one eval call away.
将JSON装载到内存只需一个eval调用。
Added a simplistic eval support, you can do on your config.
添加了一个很简单的计算(Eval)支持,你能进行配置。
You can use the JSON.parse function that the JSON libraries provide (see Resources) in place of the standard eval function.
您可以使用json库提供的JSON .parse函数(参见参考资料)来取代标准的eval函数。
This can be done by passing the value to the String function as in this example: eval (String (formula));.
这可以像本例中一样通过将值传递给String函数来做到:eval (String (formula));。
You can eval the response directly, but it is safer to use a parser.
您可以直接地eval这个响应,但使用解析器将会更安全。
If you need to retain the version 2.x input functionality, use eval (input ), which works identically.
如果您需要保留版本2 .x的input功能,可以使用eval (input),效果基本相同。
As a consequence ClojureScript lacks eval or other types of runtime code loading.
因此,ClojureScript缺少eval和其他类型的运行时代码加载能力。
I also predict at least one major security breach as a direct result of passing JSON data to the eval function.
我还预料将出现至少一次由于向eval函数传递JSON数据而造成的重大安全问题。
If your metaprogramming requires eval, it's subject to the same requirements.
如果你的元编程需要eval,那它也必须遵循相同的要求。
Line 5 USES the eval statement, which is one of the most powerful features of dynamic languages.
第5行使用eval语句,它是动态语言的最强大的特性之一。
Instructions embedded in a JSON data block and processed by the eval function are executed immediately.
JSON数据块中嵌入的、通过eval函数处理的指令将立即被执行。
Note: Ideally you shouldn't use eval(), since it can be used to execute arbitrary text.
注意:理想情况下不应该使用eval(),因为它可用于执行任意格式的文本。
As you write more and more test cases, you will find that eval blocks are very useful for many tests.
当您编写越来越多的测试用例时,将发现对于许多测试,eval块很有用。
That is the reason we use the eval function.
这就是我们使用eval函数的原因。
One thing to watch out for in the interactive environment is that you need to eval each statement suite as soon as you write it.
在交互式环境中有一件事情值得注意,当写完每个语句组,需要eval它。
Wilson hammered out a ton of the machinery necessary to support compiling eval.
Wilson推敲出一堆支持编译eval时需要的方法。
The eval statement in Listing 3 will execute whatever code the server returns, so there is a security risk here.
清单3中的eval语句将执行服务器返回的所有代码,因此这里存在安全风险。
Method and block bodies can be compiled "completely", so it's possible to use define_method and friends even when eval isn't available.
方法和块能被“完全”编译,因此可以在eval不可用时使用define_method等一系列方法。
Listing 2: Using eval to trap errors.
清单2:使用eval来捕获错误。
Without the conversion, the eval function basically does nothing.
无需转换的话,eval函数基本上不做任何事情。
To exploit this, attackers send malformed JSON objects to these libraries so the eval function executes their malicious code.
要利用这点,攻击者可以向这些库发送畸形的JSON对象,这样eval函数就会执行这些恶意代码。
The LLVM IR interpreter was investigated in order to interpret faster #eval expressions.
为了更快解释#eval表达式,研究了LLVMIR解释器。
When your code calls a script engine's eval method, the engine's default bindings of keys and values are used.
当代码调用脚本引擎的eval方法时,将使用引擎默认绑定的关键字和值。
The eval function permits the run-time evaluation of a string of code.
eval函数允许字符串代码的运行时计算。
JSConsole is a tool in a similar vein as Weinre, albeit more focused on the console output and eval.
JSConsole是一个风格和Weinre类似的工具,它更多地关注于控制台输出和代码求值。
应用推荐