大约有 43,000 项符合查询结果(耗时:0.0479秒) [XML]
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 definition. Would static typing compromise this core principle?
...
Functional programming - is immutability expensive? [closed]
The question is in two parts. The first is conceptual. The next looks at the same question more concretely in Scala.
9 Answ...
Iterating each character in a string using Python
In C++, I can iterate over an std::string like this:
8 Answers
8
...
Flatten nested dictionaries, compressing keys
Suppose you have a dictionary like:
28 Answers
28
...
Scala type programming resources
According to this question , Scala's type system is Turing complete . What resources are available that enable a newcomer to take advantage of the power of type-level programming?
...
What is the difference between RegExp’s exec() function and String’s match() function?
...
6 Answers
6
Active
...
What is REST? Slightly confused [closed]
I was under the assumption that REST was a web service but it seems that I am incorrect in thinking this - so, what is REST?
...
Orchestration vs. Choreography
What are the differences between service orchestration and service choreography from an intra-organization point of view.
1...
Assign output of a program to a variable using a MS batch file
I need to assign the output of a program to a variable using a MS batch file.
9 Answers
...
