You have to wonder just how much of the woke culture is just the cultural dregs of puritanism bubbling back up.
And if you're in academia I guess OCaml is not that bad of a choice for whatever it is you're doing?
@cidoku doesn’t decentraleyes fix that to an extent?
I can’t do OOP when I want/need.
Yeah i hear you. I made a game in F# for a jam last week and it’s a horrible mess of mutable variables and arrays and dictionaries because that was much faster to iterate on.
And OCaml is a hard sell, it’s a very niche language and the library ecosystem is not very big so you’ll probably end up having to write some stuff on your own, and depending on the conditions of the job it’s gonna be hard to find somebody else to maintain all that code. I just make do with typescript at my day job, honestly it’s not too bad. Sometimes I even get to write fun monstrosities like type-level parsers for url paths.