JS.scala:将 JavaScript 代码编译为 Scala,允许您完全用 JavaScript 编写 Web 应用程序!

时间:2024-06-18 01:04:49
【文件属性】:

文件名称:JS.scala:将 JavaScript 代码编译为 Scala,允许您完全用 JavaScript 编写 Web 应用程序!

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-18 01:04:49

JavaScript

JS.scala JS.scala 将 JavaScript 代码编译为 Scala,允许您完全用 JavaScript 编写 Web 应用程序! 输入 const a = 42 const b = "Hello, World" const sq = x => x * x const dsq = x => { const dx = sq(x) return dx * dx }; const d = dsq(a) const exclaimer = { apply: name => name + "!" } exclaimer.apply("Hello, World") 输出 val a = 42 val b = "Hello, World" def sq (x:HandHolder) = x * x def dsq (x:HandHolder) = { val dx


【文件预览】:
JS.scala-master
----.gitignore(28B)
----package.json(166B)
----src()
--------main.js(3KB)
----README.md(922B)
----config.js(474B)
----index.html(263B)

网友评论