Language Models for Programming — Will Richardson (opens in new tab)
The other day I wrote about the new tools that developers are using to get work done. Another topic I see discussed is different language models as part of the development process. I like to use and think about different programming languages. So I thought it would be interesting to go through some of the neat features in different languages that I’ve used, and how that changes your mental model of a program. Static vs Dynamic Typing and Compilation I started programming in Java and then lear...
Read the original article