Fork me on GitHub
#other-languages
<
2022-06-24
>
seancorfield00:06:27

@takis_ "scala or java as extra language for someone that likes clojure?" -- it really depends on why you want an extra language? Employability? A challenge? As a second language? Third?

Takis_00:06:01

Employability i would be fine with clojure only, i was thinking about data processing

seancorfield00:06:26

Do you find Clojure insufficient for data processing?

Takis_00:06:05

no but clojure jobs here in greece are so few, so i was thinking to learn one more language for safety

seancorfield00:06:32

For Data Science in general, Python seems to be the main language but there are a lot of folks working on getting Clojure's Data Science story much improved.

seancorfield00:06:55

Employability: I'd say Java is likely to be your best choice, assuming you want to stay on the JVM.

Takis_00:06:05

i was thinking about data engineer not data science

Takis_00:06:23

i saw spark, apache flink, i think i like those

Takis_00:06:58

and i dont know if they would allow me to use clojure in job, even if we have a library

seancorfield00:06:18

I've used Java and Scala (and Groovy) in production, as well as Clojure, and I'd probably lean toward Scala for the level of expressivity, but it's a complex, fussy language and I hated all the breaking changes with every language upgrade (I last used Scala in the 2.7/2.8 days and when 2.9 came around we decided to jump to Clojure)

Takis_00:06:03

scala feels alot more functional? i like functional programming

seancorfield00:06:53

Java is much improved these days, so a job where you get to use modern Java and don't have to deal with legacy Java could be bearable. I sort of wish I knew Kotlin better because I think I'd lean that way instead: it's "functional enough", it's simple and elegant (compared to Java and Scala, at least), and it has null-safety built into its type system 🙂

seancorfield00:06:48

Scala can be functional -- or it can just be a "better Java". But the functional side of Scala has a lot of Haskell-wannabe types and stuff like ScalaZ is nasty enough that you might as well just give in and go use Haskell, IMO.

Takis_00:06:50

data engineer software, support java,scala,python in general so i want to pick one of the 3+clojure that i really like

Takis_00:06:24

i dont like types, i like dynamic languages also

seancorfield00:06:44

I think Python's nice. Haven't used it in production but I learned it about a decade ago and liked it better than Ruby.

seancorfield00:06:31

If you don't like types, you probably won't like Scala -- it has types dialed up to eleven 🙂

Takis_00:06:51

maybe python is the closest to clojure, because dynamic also, i dont know, thank you for helping me

seancorfield00:06:25

Do you know if there are more Python jobs in your area than Java/Scala? In data engineering.

Takis_00:06:36

python is safe choice

Takis_00:06:52

many jobs

1
didibus19:06:19

Personally after Clojure I like Kotlin best, and newer Java has become nicer, but still hate a lot of things about it, mostly the patterns people have grown accustomed to is what I don't like. Scala is my least favorite though, in practice I've never seen anyone who uses Scala know how to use it, code bases end up a weird OOP in Scala with random parts where people tried some more functional or type heavy tricks and it doesn't always work well haha.

didibus19:06:39

And for some reason, Scala is too implicit for me, type inference and implicits really make it hard to find where things are defined and all that unless you load it all up in your IDE

Takis_21:06:40

i think i will just stay java+clojure like i was always, i don't feel like learning a new language that i dont like, at least java i used it long time, and we have a good clojure implementation on JVM