显式静态类型编程语言
我很好奇。
我有兴趣知道是否存在像 C++ 和 Java 这样的语言,因为语言是: (a) 显式(即非推理)静态类型,(b) 面向对象。
我知道 D,但是其他人还在使用什么?
干杯
I am curious.
I am interested in knowing if any languages exist like C++ and Java, in that the langauge is:
(a) Explicitly (ie. not by inference) statically typed, (b) Object Oriented.
I am aware of D, but what others are people using?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Objective-C、Eiffel、C#、AS3、Perl 是我脑海中浮现的一些语言。
Objective-C, Eiffel, C#, AS3, Perl are some languages that springs to mind.
我想到了 C# 和 Objective C。
C# and Objective C come to mind.
C# 10. 和 2.0 是显式类型的。 C# 3.0 中通过
var
关键字引入了类型推断。C# 10. and 2.0 are explicitly-typed. Type inference was introduced in C# 3.0 with the
var
keyword.