Conversation

i *think* ruby is pretty much the only popular language that's expression-oriented. C# seems to be becoming one, feature-by-feature
2
4
looking at TIOBE as like maybe the best reference I can get, Rust at #26 is the next most popular after Ruby, and then you've got Scala at #30, Clojure at #33, Haskell at #35… no ML dialect even appears in the top 50 which I know is your preference…
2
TBH I used Scala a fair amount at Amazon because it had seamless interop with everyone's Java code, but let me write functional code for program analysis and so on
1
my compilers class was in Java. it made me sad. I've definitely written most of a language implementation in Python though, but it was harder than it needed to be 🤔
1
2
because all their intro CS classes were in Java and they didnt want to teach a second language (school), or because they were doing other JVM stuff (industry)
1
1