Klipse
集成 Klipse
(online code evaluator)
插件地址 Klipse
{
"plugins": ["klipse"]
}
klipse
目前支持下面的语言:
javascript: evaluation is done with the javascript function eval and pretty printing of the result is done with pretty-format
clojure[script]: evaluation is done with Self-Hosted Clojurescript
ruby: evaluation is done with Opal
C++: evaluation is done with JSCPP
python: evaluation is done with Skulpt
scheme: evaluation is done with BiwasScheme
PHP: evaluation is done with Uniter
BrainFuck
JSX
EcmaScript2017
Google Charts: See Interactive Business Report with Google Charts.
下面是一个使用示例:
print [x + 1 for x in range(10)]
效果如下所示: