As an engineer and a "real" programmer, I often find that I despise MATLAB because none of the standard programming concepts that work in just about every other language are easy to express in it. The syntax is quirky, the OO system is bolted-on as an afterthought, it discourages functional decomposition by only allowing one function per file and having its weird import system that you have to deal with every time you want to factor out a function, and it makes standard data structures virtually impossible to implement because it doesn't have pointers or any obvious equivalent.
Honestly, is the problem MATLAB or me? Is MATLAB an arcane and defective programming language that is used only because nothing else can handle its small niche well, or do I have the wrong mindset? In other words, is there some reason why you're not supposed to think of MATLAB as "normal" programming?
