In the webapp I am doing, I need to identify language people are speaking. I wanted to use flag to do that. But I have some problems.
Type classes seem to be a great possibility to write generic and reusable functions in a very consistent, efficient and extensible way. But still no \"mainstream-language\" provides them - On the cont
I have an application in mind which will record directory listings of a file system in text form. That is, it should say something like:
This may seem like a dumb question, but still I don\'t know the answer. Why do programming languages not allow spaces in the names ( for instance method n开发者_如何学Goames )?
I was reading this post and laughed http://mcfunley.com/239/exceptions-are-not-a-control-mechanism In one开发者_如何学C of my apps i do not use File.Exist even tho i EXPECT files to exist a good deal
Have there been any cases where you wanted to use a word as a variable/function name, but couldn\'t because it was a reserved word in y开发者_运维百科our language?
I think D\'s static if is an interesting language feature. That prompts my question: Are there are other examples of compiled languages in which the compiler has a strong notion of the code and there
i am a python newbie, and i am not sure why python implemented len(obj), max(obj), and min(obj) as a static like functions (i am from the java language) over obj.len(), obj.max(), and obj.min()
I am interested in defining a parallel map operator for my language. It transforms a list into a new list given an expression. It woul开发者_运维技巧d have a syntax similar to a generator. Unlike gene
Most programming languages have apis for regular expression searching and replacing. In my experience the apis can be quite clunky, probably due to the number of actions available开发者_运维知识库 and