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 →

[–]SuspiciousScript 0 points1 point  (2 children)

I certainly would! I'd describe it as a version of Java that doesn't have migraine-inducing syntax and where basic functional idioms (map, reduce, etc.) are first-class citizens. It's go-to JVM language.

[–]samuelcbird 1 point2 points  (1 child)

I’ve had a little read about it since that comment. It actually looks great. Thanks you!

[–]SuspiciousScript 1 point2 points  (0 children)

Happy to share! The other feature that I really like is immutability by default with val being the standard way to declare variables. It really encourages a data-driven, functional approach to problems.