~40% have no plans to migrate to #scala3.

~55% are on #scala 2.13, ~30% on scala 3.

~40% using #fp style of programming, ~35% using regular style, ~20% highly generic code, only less than 7% use python like style.

Overall a good read. Still only half way there.

@vascorsd FP style of programming could be simply usage of higher ordered functions, lambdas, vs. category theory also... i would estimate 40% for applied category theory is too high.
@hape27 could be. Most usage I've seen in my long years of using scala in production is something similar: immutability, functions in their various forms and maybe some good libs that help it all. The other spectrums are more rare or used only in specific places.