this post was submitted on 24 Mar 2024
203 points (95.5% liked)
Programmer Humor
19488 readers
1119 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I assume Scala is like a "gateway" (drug) to functional programming by way of also supporting imperative and object oriented paradigms.
Probably more importantly, it runs on the JVM and is designed to interoperate with existing Java code. (FWIW, I actually think they made a major mistake in how they handle
null
Java objects, and that Kotlin did better here; but Kotlin is much newer.)Oh good point I totally forgot it's a JVM lang.
Ouuu. This makes sense to me, well thought