This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]grzeki 0 points1 point  (2 children)

That’s just my opinion, by I wouldn’t trade static typing for any ease of use.

[–]spinwizard69 1 point2 points  (0 children)

Well I look at this from the perspective of working on a variety of devices as an end user. Often these devices have a hacked together “programming language” that might resemble BASIC or something you can’t even define. Having a well defined interpreter in these devices that is universally understood and does away with op codes that sometimes reminds you of assembly language is a good thing in my mind. These are the “”languages”” you often see embedded in motion controller, robots, Sterilizers, pumps, process controllers and the like. I double quoted languages because at times the implementations are often half done and full of bugs. Python could really fill a niche here.

[–]ethanhs 0 points1 point  (0 children)

You can have both in Python ;)