4
Khepu
5y

Ever since i started using clojure for private projects i find it increasingly frustrating to work with other languages. They all have their ups and downs sure but i just hate having to transform my data over x different data types to get only a fraction of the result i want from each. Im tired of looking up how to operate each different data structure. I could maybe be ok with it if this whole constant conversion of things was effortless but i find myself spending more time trying to get the language to work with me than doing actual work. There is this friction i feel between me and the language when writing java or python that just fucking tires me.

Comments
  • 2
    I have similar feelings about Haskell, I really miss stuff like the typesystem and lenses when working in other languages.

    @AleCx04 another Clojure enthusiast
Add Comment