static-typing
What is the difference between a strongly typed language and a statically typed language?
Als开发者_运维问答o, does one imply the other? What is the difference between a strongly typed language and a statically typed language?[详细]
2022-12-28 00:05 分类:问答Are there any statically typed, embeddable scripting languages? [closed]
Clos开发者_如何学运维ed. This question needs to be more focused. It is not currently accepting answers.[详细]
2022-12-26 04:27 分类:问答Static/Dynamic vs Strong/Weak
What is the difference between Static开发者_运维技巧/Dynamic and Strong/Weak typing? Static/Dynamic Typing is about when type information is acquired (Either at compile time or at runtime)[详细]
2022-12-21 17:29 分类:问答Which languages are dynamically typed and compiled (and which are statically typed and interpreted)?
In my reading on dynamic and static typing, I keep coming up against the assumption that statically typed languages are compiled, while dynamically typed languages are interpreted. I know that in gene[详细]
2022-12-20 23:44 分类:问答What is the purpose of type ascriptions in Scala?
There\'s not much info in the spec on what type ascription is, and there certainly isn\'t anything in there about the purpose for it.Other than \"making passing varargs work\", what would I use type a[详细]
2022-12-17 12:41 分类:问答Is it possible to specify an anonymous function's return type, in Scala?
I know you can create an anonymous funct开发者_开发知识库ion, and have the compiler infer its return type:[详细]
2022-12-17 06:12 分类:问答Static testing for Scala
There are some nice libraries for testing in Scala (Specs, ScalaTest, ScalaCheck).However, with Scala\'s powerful type system, important parts of an API being developed in Scala are expressed statical[详细]
2022-12-13 14:32 分类:问答