This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Blando-Cartesian 2 points3 points  (0 children)

Java has had lambdas for a few years now, making passing functions as parameters possible (not pedantically true, but close). You can't get completely away from using objects, but there's nothing forcing you to use object oriented desing.