Objective-J 本质上是 JavaScript 吗?
我一直在偶然发现 Objective-J。它应该是 JavaScript 的超集……但是如果没有浏览器插件或某些插件,这怎么可能呢?他们如何绕过 JavaScript 语法并使其看起来像 Objective-C 代码?我的意思是……很酷……但我不明白;)我必须在 Objective-J 代码进入浏览器之前对其进行编译吗?
I've been stumbling upon Objective-J. It should be a superset of JavaScript ... but how's that possible without a browser plugin or some addon? How can they drive around the syntax of JavaScript and make it look like Objective-C code? I mean... COOL... but I don't get it ;) Must I compile that Objective-J code before it goes to the browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 关于 Objective-J 的维基百科文章:
According to the Wikipedia article on Objective-J:
不。
所有编程语言都是用另一种编程语言编写的。 (例如,Python——或者说主要实现——是用 C 编写的。)
Objective-J 是用 JavaScript 编写的,因此它可以完全在浏览器中运行。
Nope.
All programming languages are written in another programming language. (E.g. Python — or the main implementation, anyway — is written in C.)
Objective-J is written in JavaScript, hence it can run entirely in the browser.