Higher-Kinded Type

@hktpe.bsky.social

https://blog.rhetoricalmusings.com

Whether it is Java or Python or whatever, I would say that the quality and command of the code generated by AI is average. AI may help you generate a beautiful solution to a very targeted scenario or problem.

If I would pay right now for a feature in Java, it is going to be type name alias; in situations when they are types with same name from different packages. Say, ``` type ShortName = com.blah.blah.blah.MyType ```