Search Results

1
vote

What is declarative programming?

As far as I can tell, it started being used to describe programming systems like Prolog, because prolog is (supposedly) about declaring things in an abstract way. It increasingly means very …
0
votes

What would you write if you wanted to learn a new language?

Well, it depends what I'm interested in doing. If I just want to know about the language's features for academic reasons, I usually just run through basic stuff like fibonacci, Y combinator, etc. M …
1
vote

What high level languages support multithreading?

I believe that the official squeak VM does not support native (OS) threads, but that the Gemstone version does. (Feel free to edit this if not correct). …
2
votes

Functional languages - when to use?

Well, why not? Functional languages can do anything any other language can, and they force interfaces to be well-defined. They are particularly well suited to tasks that involve transformi …
0
votes

What are the utilization rates for each of the major languages and platforms?

Probably the nearest to anything objective would be to aggregate the revenues of vendors of development platforms, to the extent that it is possible. …
0
votes

Is it possible to teach several languages/paradigms at once?

I would suggest that one should start with functional programming to get the basic ideas, then move quickly to something more "cool" like programming in e.g. seaside to get them using OO without re …