X++ 可以吗?后续开发用什么语言?
我主要对开发游戏和网站感兴趣。 X++ 是适合这个的语言吗?
I'm interested in developing primarily games and websites. Is X++ a suitable language for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
X++ 针对的是商业 ERP 领域,它不能很好地支持游戏或通用网站开发。
X++ 本身就是一种相当慢的语言。它在数据库访问方面具有优势。
X++ is targeted for at business ERP domain and it would not support game or generic website development very well.
And X++ is a rather slow language in itself. It has it strengths around database access.
x++ 是一种主要用于定制 Microsoft 的 ERP 软件包(称为 Dynamics AX)的语言。在 Dynamics 环境中,您可以开发游戏(Dynamics 代码教程中确实包含俄罗斯方块版本)。
由于它通常不会在 Dynamics AX 环境之外使用,因此我不建议为了编写游戏而学习它。
x++ is a language that is primarily used to customize Microsoft's ERP package known as Dynamics AX. Inside of the Dynamics environment, you could develop games (Dynamics does include a version of Tetris in the code tutorials).
Due to the fact that it is not generally used outside of the Dynamics AX environment, I would not suggest learning it for the purpose of writing games.
就您的“可以使用吗?”而言标题,可能,但它似乎是针对面向业务的应用程序:
这意味着,就您的“合适吗?”而言在你的问题的正文中,几乎可以肯定不是。
从某种意义上说,您还可以使用 BCPL 编写会计应用程序,或者使用 COBOL-85 编写 Web 服务器,那么是的,这可能是可行的。无论这是一个好主意,那是另一回事。
(a) 请参阅http://msdn.microsoft .com/en-us/library/aa867122.aspx。
In terms of your "Can it be used?" title, possibly, but it seems to be targeted to business oriented applications:
That means, in terms of your "Is it suitable?" in the body of your question, almost certainly not.
In the sense that you could also write accounting applications in BCPL, or web servers in COBOL-85, then yes, it's probably doable. Whether it's a good idea, that's a different matter.
(a) See http://msdn.microsoft.com/en-us/library/aa867122.aspx.
X++ 仅用于 Microsoft Dynamics ERP 开发(目前)。它是一种 OOP 语言,但它的范围超出了游戏开发范围。
X++ is used only for the Microsoft Dynamics ERP development(for now). It's an OOP language however it's scope is out of game dev.