当他们说 carbyn 是一个基于 html5 的操作系统时,他们是否意味着 carbyn 是一个基于 javascript 的操作系统?
更具体地说,如何使用标记语言创建操作系统?或者这确实是一个用词不当,操作系统本身是建立在 JavaScript 之上的?
我不希望对实际操作系统进行任何类型的标记,但这似乎是一项不可能完成的任务,甚至没有最基本的控制流程,例如 if 语句/for 循环或跳转。
如果有人可以向我展示 Html5 中的 If,我肯定会感到满意,或者只是他们用 javascript 做这些事情也可以。
More specifically, How is it possible to create an os with a markup language? Or is this really a misnomer and the OS itself is built on top of JavaScript?
I don't wish for any sort of markup for the actual os, but it just seems like an impossible task without even the most basic control flow, like if statements/for loops or jumps.
If anyone can show me an If in Html5, I will definitely be satisfied, or just a they do that stuff with javascript works as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是一个 Web 应用程序,它本身就是一个 HTML5(主要是 javscript)Web 应用程序的平台。它提供了一组 API,JavaScript“应用程序”可以实现这些 API 以在其平台上运行、“多任务”并相互通信。
为了帮助形象化,您可以想象 Facebook 如何拥有开发人员可以制作的应用程序。这不是一个完美的比较,但它可以帮助您进入正确的心态。在应用程序方面,Carbyn 似乎比 Facebook 开放得多,当然这就是重点。
这是我看完视频后的想法,希望对您有所帮助!
It sounds like a web application, that itself is a platform for HTML5 (mostly javscript) web applications. It provides a set of APIs that javascript "applications" can implement to run on their platform and "multitask" and communicate amongst each other.
To help visualize, you can think of how facebook has apps that developers can make. That's not a perfect comparison, but it can kind of help you get in the right frame of mind. Carbyn seems MUCH more open than facebook is in terms of apps, and of course that's the whole point.
That's my thoughts after reading what's available and watching the video, hope it helps!