Plastic SCM是用什么写的?
我看到他们有一个看起来像 WPF 的 Windows 版本,而 Mac 屏幕截图在标题栏中显示了 Mono。
它是用 C# .NET 和 Mono 编写的吗?
(我只是问因为他们似乎做得对)
谢谢。
I see they have a windows version that looks like WPF and a mac screenshot shows Mono in the title bar.
Is it written in C# .NET with Mono?
(I'm only asking because they seem to do it right)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 C# 到 Java 等不同语言的完美组合。但是,正如 Tomi 指出的那样,C# 是主要语言。非常适合编写代码,并且在性能方面也非常好(能够持续击败大量竞争对手)。
A nice mix of different languages ranging from C# to Java. But, as Tomi pointed, C# is the primary language. Great to write code and very good in terms of performance too (able to consistently beat a good number of competitors).
它可能是用 C# 编写的,并且肯定可以在 Windows 以外的其他平台上的 Mono 上运行。您可以在常见问题解答要求部分中查看。此外,他们的 PNUnit 也在 C#/Mono 上运行。
It is probably written in C# and it definitely runs on Mono on other platforms than Windows. You can see it in FAQ requirements section. Also their PNUnit is running on C#/Mono.