Tagged Questions

6
votes
11answers
2k views

Mixing object-oriented and functional programming

What languages are available that promote both object-oriented and functional programming? I know that any language that supports first-class functions can be considered functional, but I'm looking ...
3
votes
6answers
536 views

Is there a functional algorithm which is faster than an imperative one?

I'm searching for an algorithm (or an argument of such an algorithm) in functional style which is faster than an imperative one. I like functional code because it's expressive and mostly easier to ...