static-typing
Statically typed open source cross platform modern programming language [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-21 17:44 分类:问答What does "no global type inference" mean regarding Scala?
I have read that Scala\'s type inference is not global so that is why people must place type annotations on the methods.(Would this be \"local\"开发者_StackOverflow type inference?)[详细]
2023-01-28 12:18 分类:问答How do statically-typed languages deal without generics?
I\'m curious which statically-typed languages have no generics support (and to a lesser extent which languages historically did 开发者_如何学编程not have generics), and how they deal with it.[详细]
2023-01-19 14:21 分类:问答Cannot create apply function with static language?
I have read that with a statically typed language like Scala or Haskell there is no way to create or provide a Lisp apply function:[详细]
2023-01-15 14:35 分类:问答Type casting error and constructor
I have two classes public class A { public A() { } } public class B:A { public B() { }开发者_JAVA百科 } and it the code in Main is as follows[详细]
2023-01-14 19:33 分类:问答How to deal with Python ~ static typing? [closed]
开发者_JAVA技巧 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-01-14 06:01 分类:问答Using scala to call java.util.Hashtable#put
I\'ve an unexpected trouble calling put on an old-school hashtable. What\'s going on here? Welcome to Scala version 2.8.0.final (Java HotSpot(TM) Client VM, Java 1.6.0_21).[详细]
2023-01-13 13:53 分类:问答Is a statically-typed full Lisp variant possible?
Is a statically开发者_如何学运维-typed full Lisp variant possible? Does it even make sense for something like this to exist? I believe one of a Lisp language\'s virtues is the simplicity of its defini[详细]
2023-01-08 10:41 分类:问答How to define a function that can return a pointer to itself?
I want to write code like this: /*something*/ Fn() { ... } int main() { /*something*/ fn = Fn; while(fn) fn = fn();[详细]
2023-01-05 12:41 分类:问答Simulating aspects of static-typing in a duck-typed language
In my current job I\'m building a suite of Perl scripts that depend heavily on objects. (using Perl\'s bless() on a Hash to get as close to OO as possible)[详细]
2023-01-01 05:47 分类:问答