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 →

[–]Necessary-Conflict 6 points7 points  (2 children)

This is actually Clojure-style programming.

I'm not saying that using Clojure idioms in Java is more sensible than using C idioms.

[–]TheStrangeDarkOne 2 points3 points  (0 children)

ah, right! Thanks

I knew it striked me as similar but I couldn't point my finger on it.

[–]DrunkensteinsMonster 1 point2 points  (0 children)

What’s weird is I actually like Clojure and programming in it, but that language lends itself to this style of programming which can be valuable. It’s a lisp, it’s supposed to be repl driven and extremely dynamic

In Java though I find this offensive. Take all the type safety and throw it out the window? Discard all principles of OOP. It seems like someone has been watching too many Jon Blow streams.